MessageQueue.AccessMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the access mode for the queue.
public:
property System::Messaging::QueueAccessMode AccessMode { System::Messaging::QueueAccessMode get(); };
public System.Messaging.QueueAccessMode AccessMode { get; }
member this.AccessMode : System.Messaging.QueueAccessMode
Public ReadOnly Property AccessMode As QueueAccessMode
Property Value
One of the QueueAccessMode values.
Remarks
The default access mode for a queue is QueueAccessMode.SendAndReceive
, unless you specify otherwise when calling the constructor.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.