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.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
public NotifyEvent DoEvents
Field Value
NotifyEvent