iControl.LocalLBProfileResponseAdapt.set_timeout_v2 C# (CSharp) Method

set_timeout_v2() private method

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