iControl.SecurityFirewallRuleList.Endget_fw_rule_order C# (CSharp) Method

Endget_fw_rule_order() public method

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