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)

public:
[DataMemberAttribute(Order = 6)]
property Nullable<TimeSpan> DuplicateDetectionHistoryTimeWindow {
	Nullable<TimeSpan> get();
	void set(Nullable<TimeSpan> value);
}

Property Value

Type: System::Nullable<TimeSpan>

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

Return to top
Show: