Click or drag to resize

VectoredRequestsExecute Method

Executes a vectored request.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void Execute(
	Object? userState = null
)

Parameters

userState (Optional)
Type: SystemObject
Private user data.
See Also