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
intSpecifies the index of network interface that sent the event.
e
NetworkAPStationEventArgsContains the network AP client changed event arguments.
- Extension Methods
Constructors
NetworkAPStationChangedEventHandler(object, IntPtr)
public NetworkAPStationChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(int, NetworkAPStationEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(int NetworkIndex, NetworkAPStationEventArgs e, AsyncCallback callback, object @object)
Parameters
NetworkIndex
inte
NetworkAPStationEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(int, NetworkAPStationEventArgs)
public virtual void Invoke(int NetworkIndex, NetworkAPStationEventArgs e)
Parameters
NetworkIndex
inte
NetworkAPStationEventArgs