iControl.NetworkingPortMirror.Beginremove_interface C# (CSharp) 메소드

Beginremove_interface() 공개 메소드

public Beginremove_interface ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult
pmirrors string
interfaces string
callback System
asyncState object
리턴 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);
        }