Click or drag to resize

BuiltinMemoryProtocolBuitinConnectionInternalCloseAsync Method

Disconnects from the server.

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

Parameters

sync  Boolean

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

Return Value

Task

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

See Also