iControl.NetworkingInterfaces.Beginget_media C# (CSharp) Method

Beginget_media() public method

public Beginget_media ( string interfaces, System callback, object asyncState ) : System.IAsyncResult
interfaces string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_media(string [] interfaces, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_media", new object[] {
            interfaces}, callback, asyncState);
        }
NetworkingInterfaces