VectoredRequestsExecuteAsyncT Method (Boolean, IOAsyncDelegateT, IReadOnlyListT) |
Execute IO requests.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxprotected Task ExecuteAsync<T>(
bool sync,
IOAsyncDelegate<T> ioAsync,
IReadOnlyList<T> requests
)
where T : VectoredRequest
Parameters
- sync
- Type: SystemBoolean
If true, guarantees that the Task return is complete. - ioAsync
- Type: Demo3D.PLC.CommsIOAsyncDelegateT
IO delegate. - requests
- Type: System.Collections.GenericIReadOnlyListT
The requests.
Type Parameters
- T
- Type of VectoredRequest.
Return Value
Type:
TaskNothing.
See Also