iControl.LocalLBProfileUDP.set_ip_tos_to_client C# (CSharp) Méthode

set_ip_tos_to_client() private méthode

private set_ip_tos_to_client ( string profile_names, LocalLBProfileULong values ) : void
profile_names string
values LocalLBProfileULong
Résultat 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