RetryPolicy Constructors
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.
Overloads
RetryPolicy() |
Initializes a new instance of the RetryPolicy class. |
RetryPolicy(RetryType) |
Initializes a new instance of the RetryPolicy class with required arguments. |
RetryPolicy()
Initializes a new instance of the RetryPolicy class.
public RetryPolicy ();
Public Sub New ()
Applies to
RetryPolicy(RetryType)
Initializes a new instance of the RetryPolicy class with required arguments.
public RetryPolicy (Microsoft.WindowsAzure.Scheduler.Models.RetryType retryType);
new Microsoft.WindowsAzure.Scheduler.Models.RetryPolicy : Microsoft.WindowsAzure.Scheduler.Models.RetryType -> Microsoft.WindowsAzure.Scheduler.Models.RetryPolicy
Public Sub New (retryType As RetryType)
Parameters
- retryType
- RetryType