Delegate MulticastDnsService.MulticastDnsStatusChangedEventHandler
- Namespace
- Iot.Device.MulticastDns
- Assembly
- Iot.Device.MulticastDns.dll
The delegate that will be invoked when the status of a Multicast DNS service is changed.
public delegate void MulticastDnsService.MulticastDnsStatusChangedEventHandler(object sender, MulticastDnsStatusEventArgs e)
Parameters
sender
objectThe MulticastDNSService instance that is reporting its status.
e
MulticastDnsStatusEventArgsThe MulticastDnsStatusEventArgs containing the status and an optional message.
Constructors
MulticastDnsStatusChangedEventHandler(object, IntPtr)
public MulticastDnsStatusChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, MulticastDnsStatusEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, MulticastDnsStatusEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
objecte
MulticastDnsStatusEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, MulticastDnsStatusEventArgs)
public virtual void Invoke(object sender, MulticastDnsStatusEventArgs e)
Parameters
sender
objecte
MulticastDnsStatusEventArgs