MessageQueueTask.RemoveFromQueue 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 or sets a Boolean that specifies whether the message should be removed from the queue.
public:
property bool RemoveFromQueue { bool get(); void set(bool value); };
public bool RemoveFromQueue { get; set; }
member this.RemoveFromQueue : bool with get, set
Public Property RemoveFromQueue As Boolean
Property Value
true if the message should be removed from the queue; false if it should be left in the queue.
Implements
Remarks
The default value of this property is false
.