iControl.NetworkingRouteDomainV2.Beginset_fw_rule_protocol C# (CSharp) Method

Beginset_fw_rule_protocol() public method

public Beginset_fw_rule_protocol ( string route_domains, string rules, CommonProtocolType protocols, System callback, object asyncState ) : System.IAsyncResult
route_domains string
rules string
protocols CommonProtocolType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fw_rule_protocol(string [] route_domains,string [] [] rules,CommonProtocolType [] [] protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fw_rule_protocol", new object[] {
            route_domains,
            rules,
            protocols}, callback, asyncState);
        }
NetworkingRouteDomainV2