NotifyMessage Delegate
Delegate used to notify about sucessfull listener startup or listener failure. It returns an additional message that can be displayed e.g. in a service log.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public delegate void NotifyMessage(
int listenerID,
string message
)
Parameters
- listenerID Int32
- message String
- Message of notification