iControl.LocalLBProfileUDP.set_ip_tos_to_client C# (CSharp) Method

set_ip_tos_to_client() private method

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