BuiltinMixedProtocolBuiltinMixedConnectionInternalOpenAsync Method |
Connects to the server.
Namespace: Demo3D.PLC.Comms.BuiltinAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxprotected override Task InternalOpenAsync(
bool sync,
Flags flags
)
Parameters
- sync Boolean
- If true, the Task returned must be guaranteed to be complete.
- flags Flags
- The flags used to open the connection.
Return Value
TaskNothing.
See Also