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.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public DispatchData AdditionalDispatch

Field Value

DispatchData

See Also