iControl.LocalLBVirtualServer.Beginget_fw_rule_destination_geo_description C# (CSharp) Méthode

Beginget_fw_rule_destination_geo_description() public méthode

public Beginget_fw_rule_destination_geo_description ( string virtual_servers, string rules, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
virtual_servers string
rules string
geos CommonGeoLocation
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_fw_rule_destination_geo_description(string [] virtual_servers,string [] [] rules,CommonGeoLocation [] [] [] geos, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_fw_rule_destination_geo_description", new object[] {
            virtual_servers,
            rules,
            geos}, callback, asyncState);
        }
LocalLBVirtualServer