Click or drag to resize
Infosoft Logo

IRetriable Interface

Identifies scheduler parameter types that contain RetryParameters. Used by jobs that have retry options and also other options.

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetriable

The IRetriable type exposes the following members.

Properties
 NameDescription
Public propertyRetryParameters Gets or sets the retry specification for this job.
Top
See Also