ListenerAdditionalDispatch Field
Procedure that is executed anytime some data are received by this listener. It allows to fire some additional action that is not
requested by any communicator. This procedure is executed in listener waiting loop and therefore should return immediately. Time
consuming operations (like database operations) should be executed in a new thread.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public DispatchData AdditionalDispatch
Field Value
DispatchData