iControl.LocalLBProfileFastL4.set_keep_alive_interval C# (CSharp) Method

set_keep_alive_interval() private method

private set_keep_alive_interval ( string profile_names, LocalLBProfileULong intervals ) : void
profile_names string
intervals LocalLBProfileULong
return void
        public void set_keep_alive_interval(
		string [] profile_names,
		LocalLBProfileULong [] intervals
	)
        {
            this.Invoke("set_keep_alive_interval", new object [] {
                profile_names,
                intervals});
        }
LocalLBProfileFastL4