Table of Contents

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 object

The MulticastDNSService instance that is reporting its status.

e MulticastDnsStatusEventArgs

The MulticastDnsStatusEventArgs containing the status and an optional message.

Constructors

MulticastDnsStatusChangedEventHandler(object, IntPtr)

public MulticastDnsStatusChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, MulticastDnsStatusEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, MulticastDnsStatusEventArgs e, AsyncCallback callback, object @object)

Parameters

sender object
e MulticastDnsStatusEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, MulticastDnsStatusEventArgs)

public virtual void Invoke(object sender, MulticastDnsStatusEventArgs e)

Parameters

sender object
e MulticastDnsStatusEventArgs