MessageQueueTask.RemoveFromQueue Property

Definition

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.

Applies to