iControl.LocalLBProfileFastL4.get_ip_tos_to_server C# (CSharp) Method

get_ip_tos_to_server() private method

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