iControl.LocalLBProfileResponseAdapt.set_timeout C# (CSharp) Method

set_timeout() private method

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