iControl.LocalLBFlowEvictionPolicy.Beginremove_low_priority_route_domain C# (CSharp) Method

Beginremove_low_priority_route_domain() public method

public Beginremove_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 Beginremove_low_priority_route_domain(string [] policies,string [] [] route_domains, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_low_priority_route_domain", new object[] {
            policies,
            route_domains}, callback, asyncState);
        }
LocalLBFlowEvictionPolicy