CommunicatorEndWaiting Method

Sets waiting event, escapes the waiting loop and displays possible error message.

Definition

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

Parameters

error  String
If this parameter is not null, ComException is raised with this message.

See Also