TopicSettings.DuplicateDetectionHistoryTimeWindow Property

 

Gets or sets the TimeSpan structure that defines the duration of the duplicate detection history.

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

[DataMemberAttribute(Order = 3)]
public Nullable<TimeSpan> DuplicateDetectionHistoryTimeWindow { get; set; }

Property Value

Type: System.Nullable<TimeSpan>

The TimeSpan structure that defines the duration of the duplicate detection history.

Return to top
Show: