Notification.Retry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the report server should retry delivering the notification.
public:
abstract property bool Retry { bool get(); void set(bool value); };
public abstract bool Retry { get; set; }
member this.Retry : bool with get, set
Public MustOverride Property Retry As Boolean
Property Value
A Boolean
value indicating whether the report server should retry delivering the notification.
Remarks
If an error occurs based on a temporary condition you should set the value of retry to a value of true
. If you set the Retry property to a value of false
, the report server does not retry delivering the notification.