CommunicatorDisconnect(String) Method

Call this method to disconnect from a remote device.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public void Disconnect(
	string message
)

Parameters

message  String
Optional message to display in log before disconnection. If this value is null, standard "disconnecting" message is displayed.

See Also