CommunicatorShowProgress Method

Shows communication progress message usualy used to write a message into a log.

Definition

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

Parameters

msg  String
Communication progress message to display/store.

See Also