iControl.LocalLBProfileServerSSL.set_maximum_active_handshakes C# (CSharp) Method

set_maximum_active_handshakes() private method

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