iControl.NetworkingSelfIPV2.Endget_fw_rule_statistics C# (CSharp) Méthode

Endget_fw_rule_statistics() public méthode

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