Delegate NetworkAPStationChangedEventHandler
Indicates a change in the connected clients to Access Point.
Assembly: System.Net.dll
public delegate void NetworkAPStationChangedEventHandler(int NetworkIndex, NetworkAPStationEventArgs e)
Parameters
Type |
Name |
Description |
int |
NetworkIndex |
Specifies the index of network interface that sent the event.
|
NetworkAPStationEventArgs |
e |
Contains the network AP client changed event arguments.
|
Constructors
Declaration
public NetworkAPStationChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
Declaration
public virtual IAsyncResult BeginInvoke(int NetworkIndex, NetworkAPStationEventArgs e, AsyncCallback callback, object @object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Declaration
public virtual void Invoke(int NetworkIndex, NetworkAPStationEventArgs e)
Parameters
Extension Methods