Search Results for

    Show / Hide Table of Contents

    Delegate NetworkAPStationChangedEventHandler

    Indicates a change in the connected clients to Access Point.

    Namespace: System.Net.NetworkInformation
    Assembly: System.Net.dll
    Syntax
    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

    NetworkAPStationChangedEventHandler(object, IntPtr)

    Declaration
    public NetworkAPStationChangedEventHandler(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(int, NetworkAPStationEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int NetworkIndex, NetworkAPStationEventArgs e, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    int NetworkIndex
    NetworkAPStationEventArgs e
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(int, NetworkAPStationEventArgs)

    Declaration
    public virtual void Invoke(int NetworkIndex, NetworkAPStationEventArgs e)
    Parameters
    Type Name Description
    int NetworkIndex
    NetworkAPStationEventArgs e

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX