iControl.LocalLBFlowEvictionPolicy.Beginget_eviction_strategy_route_domain_state C# (CSharp) 메소드

Beginget_eviction_strategy_route_domain_state() 공개 메소드

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