Click or drag to resize

UdpBroadcastListenerListenCallback Event

Parent applications can hook into this event to receive notification of the arrival of a broadcast message. Note that the event can be raised on a worker thread, so listening STA applications may need to marshal event processing back to a different thread.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public event EventHandler<string> ListenCallback

Value

EventHandlerString
See Also