VectoredRequestNotifySuccess Method |
Called immediately after executing IO for this request. Calls the registered successHandler.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic void NotifySuccess(
Object? userState = null
)
Parameters
- userState (Optional)
- Type: SystemObject
User state to pass to the handler.
See Also