Click or drag to resize

SequentialVectoredWriteTInternalExecuteAsync Method

Executes a vectored request.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected override Task InternalExecuteAsync(
	bool sync,
	Object? userState
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned is guaranteed to be complete.
userState
Type: SystemObject
Private user data.

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.SequentialVectoredWrite`1.InternalExecuteAsync(System.Boolean,System.Object)"]

See Also