Click or drag to resize

SequentialVectoredReadTExecuteAsync Method (Boolean, IOAsyncDelegateT, IReadOnlyListT, Object)

A helper method for implementing ReadV.

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