iControl.NetworkingPortMirror.Beginremove_interface C# (CSharp) Method

Beginremove_interface() public method

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