Table of Contents

Delegate NetworkAPStationChangedEventHandler

Namespace
System.Net.NetworkInformation
Assembly
System.Net.dll

Indicates a change in the connected clients to Access Point.

public delegate void NetworkAPStationChangedEventHandler(int NetworkIndex, NetworkAPStationEventArgs e)

Parameters

NetworkIndex int

Specifies the index of network interface that sent the event.

e NetworkAPStationEventArgs

Contains the network AP client changed event arguments.

Extension Methods

Constructors

NetworkAPStationChangedEventHandler(object, IntPtr)

public NetworkAPStationChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(int, NetworkAPStationEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(int NetworkIndex, NetworkAPStationEventArgs e, AsyncCallback callback, object @object)

Parameters

NetworkIndex int
e NetworkAPStationEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(int, NetworkAPStationEventArgs)

public virtual void Invoke(int NetworkIndex, NetworkAPStationEventArgs e)

Parameters

NetworkIndex int
e NetworkAPStationEventArgs