This documentation is archived and is not being maintained.
QueueSettings::DuplicateDetectionHistoryTimeWindow Property
Gets the queue that defines the duration of the duplicate detection history.
Namespace:
Microsoft.WindowsAzure.MessagingAssembly:
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);
}
Return to top