iControl.NetworkingRouteDomainV2.Beginset_fw_rule_weekly_schedule C# (CSharp) Method

Beginset_fw_rule_weekly_schedule() public method

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