Click or drag to resize

VectoredRequestNotifyBeforeIO Method

Called immediately before executing IO for this request. Calls the registered beforeIOHandler.

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

Parameters

userState (Optional)
Type: SystemObject
User state to pass to the handler.
See Also