iControl.NetworkingSelfIPV2.Beginremove_default_protocol_port_access_list C# (CSharp) Méthode

Beginremove_default_protocol_port_access_list() public méthode

public Beginremove_default_protocol_port_access_list ( NetworkingSelfIPV2ProtocolPort defaults, System callback, object asyncState ) : System.IAsyncResult
defaults NetworkingSelfIPV2ProtocolPort
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginremove_default_protocol_port_access_list(NetworkingSelfIPV2ProtocolPort [] defaults, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_default_protocol_port_access_list", new object[] {
            defaults}, callback, asyncState);
        }
NetworkingSelfIPV2