iControl.LocalLBProfilePersistence.set_timeout C# (CSharp) Method

set_timeout() private method

private set_timeout ( string profile_names, LocalLBProfileULong timeouts ) : void
profile_names string
timeouts LocalLBProfileULong
return void
        public void set_timeout(
		string [] profile_names,
		LocalLBProfileULong [] timeouts
	)
        {
            this.Invoke("set_timeout", new object [] {
                profile_names,
                timeouts});
        }
LocalLBProfilePersistence