iControl.SecurityFirewallRuleList.Endget_fw_rule_source_address C# (CSharp) 메소드

Endget_fw_rule_source_address() 공개 메소드

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