iControl.LocalLBFlowEvictionPolicy.Beginset_slow_flow_throttle_type C# (CSharp) Method

Beginset_slow_flow_throttle_type() public method

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