iControl.LocalLBFlowEvictionPolicy.Beginremove_low_priority_geography C# (CSharp) Method

Beginremove_low_priority_geography() public method

public Beginremove_low_priority_geography ( string policies, string countries, System callback, object asyncState ) : System.IAsyncResult
policies string
countries string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_low_priority_geography(string [] policies,string [] [] countries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_low_priority_geography", new object[] {
            policies,
            countries}, callback, asyncState);
        }
LocalLBFlowEvictionPolicy