iControl.LocalLBFlowEvictionPolicy.Beginremove_all_low_priority_geographies C# (CSharp) Метод

Beginremove_all_low_priority_geographies() публичный Метод

public Beginremove_all_low_priority_geographies ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_all_low_priority_geographies(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_low_priority_geographies", new object[] {
            policies}, callback, asyncState);
        }
LocalLBFlowEvictionPolicy