MailSubscriptionHandlerFailureRetryInterval Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the interval that the handler should wait before it tries to resend a failed message.

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected TimeSpan FailureRetryInterval { get; }

Property Value

Type: TimeSpan
The failure retry interval, by default this value is 5000 milliseconds.
Remarks

This value can be set by using the ContentStudio.Document.Subscription.EventHandler.MailSubscriptionHandler.FailureRetryInterval extended property. When specified this integer value is measured in milliseconds
See Also

Reference