Click or drag to resize

BuiltinMemoryProtocolBuitinConnectionInternalOpenAsync Method

Connects to the server.

Namespace:  Demo3D.PLC.Comms.Builtin
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected 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
Flags used when opening the connection.

Return Value

Type: Task
Nothing.
See Also