iControl.LocalLBProfileFastL4.get_tcp_handshake_timeout C# (CSharp) Method

get_tcp_handshake_timeout() private method

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