VectoredRequestsInternalExecuteAsync Method |
Executes a vectored request.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxprotected abstract Task InternalExecuteAsync(
bool sync,
Object? userState
)
Parameters
- sync
- Type: SystemBoolean
If true, the Task returned is guaranteed to be complete. - userState
- Type: SystemObject
Private user data.
Return Value
Type:
TaskNothing.
See Also