Click or drag to resize

ProtocolInstanceCloseAsync Method

Closes the socket.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntax
C#
public override Task CloseAsync(
	bool sync
)

Parameters

sync
Type: SystemBoolean

[Missing <param name="sync"/> documentation for "M:Demo3D.Net.ProtocolInstance.CloseAsync(System.Boolean)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.Net.ProtocolInstance.CloseAsync(System.Boolean)"]

See Also