Click or drag to resize

ProtocolInstanceCloseAsync Method

Closes the socket.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public override Task CloseAsync(
	bool sync,
	Object? userState = null
)

Parameters

sync  Boolean

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

userState  Object  (Optional)

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

Return Value

Task

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

See Also