iControl.LocalLBFlowEvictionPolicy.Beginremove_all_low_priority_geographies C# (CSharp) Method

Beginremove_all_low_priority_geographies() public method

public Beginremove_all_low_priority_geographies ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return 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