Click or drag to resize

BuiltinMixedProtocolBuiltinMixedConnectionInternalCloseAsync Method

Disconnects from the server.

Namespace:  Demo3D.PLC.Comms.Builtin
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
protected override Task InternalCloseAsync(
	bool sync
)

Parameters

sync
Type: SystemBoolean

[Missing <param name="sync"/> documentation for "M:Demo3D.PLC.Comms.Builtin.BuiltinMixedProtocol.BuiltinMixedConnection.InternalCloseAsync(System.Boolean)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.Builtin.BuiltinMixedProtocol.BuiltinMixedConnection.InternalCloseAsync(System.Boolean)"]

See Also