SequentialVectoredReadTExecuteAsync Method (Boolean, IOAsyncDelegateT, IReadOnlyListT, Object) |
A helper method for implementing ReadV.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic static Task ExecuteAsync(
bool sync,
IOAsyncDelegate<T> readAsync,
IReadOnlyList<T> requests,
Object? userState
)
Parameters
- sync
- Type: SystemBoolean
If true, guarantees that the Task return is complete. - readAsync
- Type: Demo3D.PLC.CommsIOAsyncDelegateT
Read delegate. - requests
- Type: System.Collections.GenericIReadOnlyListT
The requests to read. - userState
- Type: SystemObject
Private user data.
Return Value
Type:
TaskNothing.
See Also