iControl.SecurityFirewallGlobalAdminIPRuleList.Endget_fw_rule_statistics C# (CSharp) 메소드

Endget_fw_rule_statistics() 공개 메소드

public Endget_fw_rule_statistics ( System asyncResult ) : CommonFirewallRuleStatistics
asyncResult System
리턴 CommonFirewallRuleStatistics
        public CommonFirewallRuleStatistics Endget_fw_rule_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonFirewallRuleStatistics)(results[0]));
        }
SecurityFirewallGlobalAdminIPRuleList