iControl.LocalLBProfileSCTP.set_link_qos_to_peer C# (CSharp) Méthode

set_link_qos_to_peer() private méthode

private set_link_qos_to_peer ( string profile_names, LocalLBProfileULong values ) : void
profile_names string
values LocalLBProfileULong
Résultat void
        public void set_link_qos_to_peer(
		string [] profile_names,
		LocalLBProfileULong [] values
	)
        {
            this.Invoke("set_link_qos_to_peer", new object [] {
                profile_names,
                values});
        }
LocalLBProfileSCTP