VectoredRequestExtensionsNotifySuccess Method |
Notifies a list of requests of success.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic static void NotifySuccess(
this IReadOnlyList<VectoredRequest> requests,
Object userState
)
Parameters
- requests
- Type: System.Collections.GenericIReadOnlyListVectoredRequest
List of requests. - userState
- Type: SystemObject
User state.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IReadOnlyListVectoredRequest. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also