iControl.LocalLBProfileClientSSL.set_renegotiation_maximum_record_delay C# (CSharp) Method

set_renegotiation_maximum_record_delay() private method

private set_renegotiation_maximum_record_delay ( string profile_names, LocalLBProfileULong delays ) : void
profile_names string
delays LocalLBProfileULong
return void
        public void set_renegotiation_maximum_record_delay(
		string [] profile_names,
		LocalLBProfileULong [] delays
	)
        {
            this.Invoke("set_renegotiation_maximum_record_delay", new object [] {
                profile_names,
                delays});
        }
LocalLBProfileClientSSL