Click or drag to resize

VectoredRequestsInternalExecuteAsync Method

Executes a vectored request.

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