iControl.NetworkingSelfIPV2.Endget_all_fw_rule_statistics C# (CSharp) Method

Endget_all_fw_rule_statistics() public method

public Endget_all_fw_rule_statistics ( System asyncResult ) : iControl.CommonFirewallRuleStatistics[]
asyncResult System
return iControl.CommonFirewallRuleStatistics[]
        public CommonFirewallRuleStatistics[] Endget_all_fw_rule_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonFirewallRuleStatistics [])(results[0]));
        }
NetworkingSelfIPV2