iControl.LocalLBProfileTCP.Beginset_congestion_control_mode C# (CSharp) Method

Beginset_congestion_control_mode() public method

public Beginset_congestion_control_mode ( string profile_names, LocalLBProfileTCPCongestionControlMode values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileTCPCongestionControlMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_congestion_control_mode(string [] profile_names,LocalLBProfileTCPCongestionControlMode [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_congestion_control_mode", new object[] {
            profile_names,
            values}, callback, asyncState);
        }
LocalLBProfileTCP