iControl.SecurityFirewallRuleList.Endget_fw_rule_source_geo_description C# (CSharp) Method

Endget_fw_rule_source_geo_description() public method

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