Click or drag to resize

VectoredRequestsExecuteAsync Method

Executes a vectored request.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Task ExecuteAsync(
	bool sync,
	Object? userState = null
)

Parameters

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

Return Value

Type: Task
Nothing.
See Also