CommunicatorDoEvents Field

If the communicator runs in main application thread, use this event to call Application.DoEvents. The reason is that if it runs as a part of some service, the namespace System.Windows.Forms.Application could not be accessible to call Application.DoEvents.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public NotifyEvent DoEvents

Field Value

NotifyEvent

See Also