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