iControl.NetworkingRouteDomainV2.Beginset_fw_rule_log_state C# (CSharp) Method

Beginset_fw_rule_log_state() public method

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