Click or drag to resize

VectoredRequestsExecuteAsyncT Method (Boolean, IOAsyncDelegateT, IReadOnlyListT)

Execute IO requests.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
protected 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: Task
Nothing.
See Also