Click or drag to resize

SequentialVectoredWriteTExecuteAsync Method (Boolean, IOAsyncDelegateT, IReadOnlyListT, Object)

A helper method for implementing WriteV.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static Task ExecuteAsync(
	bool sync,
	IOAsyncDelegate<T> writeAsync,
	IReadOnlyList<T> requests,
	Object? userState
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned is guaranteed to be complete.
writeAsync
Type: Demo3D.PLC.CommsIOAsyncDelegateT
Write delegate.
requests
Type: System.Collections.GenericIReadOnlyListT
The requests to write.
userState
Type: SystemObject
Private user data.

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.SequentialVectoredWrite`1.ExecuteAsync(System.Boolean,Demo3D.PLC.Comms.IOAsyncDelegate{`0},System.Collections.Generic.IReadOnlyList{`0},System.Object)"]

See Also