iControl.NetworkingRouteDomainV2.Beginset_fw_rule_source_geo_description C# (CSharp) Method

Beginset_fw_rule_source_geo_description() public method

public Beginset_fw_rule_source_geo_description ( string route_domains, string rules, CommonGeoLocation geos, string descriptions, System callback, object asyncState ) : System.IAsyncResult
route_domains string
rules string
geos CommonGeoLocation
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fw_rule_source_geo_description(string [] route_domains,string [] [] rules,CommonGeoLocation [] [] [] geos,string [] [] [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fw_rule_source_geo_description", new object[] {
            route_domains,
            rules,
            geos,
            descriptions}, callback, asyncState);
        }
NetworkingRouteDomainV2