iControl.LocalLBProfileTCP.Beginset_nagle_algorithm_mode C# (CSharp) Method

Beginset_nagle_algorithm_mode() public method

public Beginset_nagle_algorithm_mode ( string profile_names, LocalLBProfileTCPProfileTCPMode modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes LocalLBProfileTCPProfileTCPMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_nagle_algorithm_mode(string [] profile_names,LocalLBProfileTCPProfileTCPMode [] modes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_nagle_algorithm_mode", new object[] {
            profile_names,
            modes}, callback, asyncState);
        }
LocalLBProfileTCP