iControl.LocalLBProfileFastL4.get_tcp_handshake_timeout C# (CSharp) Méthode

get_tcp_handshake_timeout() private méthode

private get_tcp_handshake_timeout ( string profile_names ) : iControl.LocalLBProfileULong[]
profile_names string
Résultat 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