iControl.SecurityFirewallRuleList.Endget_fw_rule_weekly_schedule C# (CSharp) Method

Endget_fw_rule_weekly_schedule() public method

public Endget_fw_rule_weekly_schedule ( System asyncResult ) : string[][]
asyncResult System
return string[][]
        public string[][] Endget_fw_rule_weekly_schedule(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }
SecurityFirewallRuleList