iControl.LocalLBFlowEvictionPolicy.Beginremove_eviction_strategy_port C# (CSharp) Method

Beginremove_eviction_strategy_port() public method

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