VectoredRequestsExecuteAsync Method |
Executes a vectored request.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic 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:
TaskNothing.
See Also