Share via


QueueSettings.DuplicateDetectionHistoryTimeWindow Property

 

Gets the queue that defines the duration of the duplicate detection history.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

[DataMemberAttribute(Order = 6)]
public Nullable<TimeSpan> DuplicateDetectionHistoryTimeWindow { get; set; }
public:
[DataMemberAttribute(Order = 6)]
property Nullable<TimeSpan> DuplicateDetectionHistoryTimeWindow {
    Nullable<TimeSpan> get();
    void set(Nullable<TimeSpan> value);
}
[<DataMemberAttribute(Order = 6)>]
member DuplicateDetectionHistoryTimeWindow : Nullable<TimeSpan> with get, set
<DataMemberAttribute(Order := 6)>
Public Property DuplicateDetectionHistoryTimeWindow As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable<TimeSpan>

The queue that defines the duration of the duplicate detection history.

See Also

QueueSettings Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top