iControl.NetworkingSelfIPV2.Beginremove_default_protocol_port_access_list C# (CSharp) Method

Beginremove_default_protocol_port_access_list() public method

public Beginremove_default_protocol_port_access_list ( NetworkingSelfIPV2ProtocolPort defaults, System callback, object asyncState ) : System.IAsyncResult
defaults NetworkingSelfIPV2ProtocolPort
callback System
asyncState object
return 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