iControl.LocalLBProfileServerSSL.get_maximum_active_handshakes C# (CSharp) Method

get_maximum_active_handshakes() private method

private get_maximum_active_handshakes ( string profile_names ) : iControl.LocalLBProfileULong[]
profile_names string
return iControl.LocalLBProfileULong[]
        public LocalLBProfileULong[] get_maximum_active_handshakes(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_maximum_active_handshakes", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileServerSSL