iControl.LocalLBFlowEvictionPolicy.Beginget_low_priority_geography C# (CSharp) Method

Beginget_low_priority_geography() public method

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