iControl.LocalLBProfileTCP.Beginset_minimum_rto C# (CSharp) Method

Beginset_minimum_rto() public method

public Beginset_minimum_rto ( string profile_names, LocalLBProfileULong timeouts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
timeouts LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_minimum_rto(string [] profile_names,LocalLBProfileULong [] timeouts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_minimum_rto", new object[] {
            profile_names,
            timeouts}, callback, asyncState);
        }
LocalLBProfileTCP