IOAsyncDelegateT Delegate |
Delegate for IO with the peer.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 17.00.05
Syntaxpublic delegate Task IOAsyncDelegate<T>(
bool sync,
T request
)
where T : VectoredRequest
Parameters
- sync
- Type: SystemBoolean
If true, the Task returned is guaranteed to be complete. - request
- Type: T
The IO request.
Type Parameters
- T
- Type of VectoredRequest.
Return Value
Type:
TaskNothing.
See Also