iControl.NetworkingPortMirror.Beginremove_interface C# (CSharp) Méthode

Beginremove_interface() public méthode

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