iControl.NetworkingRouteDomainV2.Beginget_fw_rule_protocol_numeric C# (CSharp) Method

Beginget_fw_rule_protocol_numeric() public method

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