NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageQueueInstaller.BasePriority

A public queue's base priority is used for routing the queue's messages over the network. It can be used to give the messages sent to the queue a higher (or lower) priority than messages sent to other queues.

[Visual Basic]
Public Property BasePriority As Short
[C#]
public short BasePriority {get; set;}
[C++]
public: __property short get_BasePriority();
public: __property void set_BasePriority(short);
[JScript]
public function get BasePriority() : Int16;
public function set BasePriority(Int16);

See Also

MessageQueueInstaller Class | MessageQueueInstaller Members | System.Messaging Namespace