iControl.NetworkingSelfIPV2.Beginset_fw_rule_protocol_numeric C# (CSharp) Method

Beginset_fw_rule_protocol_numeric() public method

public Beginset_fw_rule_protocol_numeric ( string self_ips, string rules, long protocols, System callback, object asyncState ) : System.IAsyncResult
self_ips string
rules string
protocols long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fw_rule_protocol_numeric(string [] self_ips,string [] [] rules,long [] [] protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fw_rule_protocol_numeric", new object[] {
            self_ips,
            rules,
            protocols}, callback, asyncState);
        }
NetworkingSelfIPV2