iControl.LocalLBFlowEvictionPolicy.Beginadd_low_priority_route_domain C# (CSharp) Method

Beginadd_low_priority_route_domain() public method

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