iControl.LocalLBFlowEvictionPolicy.Beginadd_low_priority_geography C# (CSharp) Method

Beginadd_low_priority_geography() public method

public Beginadd_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 Beginadd_low_priority_geography(string [] policies,string [] [] countries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_low_priority_geography", new object[] {
            policies,
            countries}, callback, asyncState);
        }
LocalLBFlowEvictionPolicy