Class AsyncRunOptions
Provides options that are related to asynchronous run operations.
public class AsyncRunOptions : AsyncOptions, IAsyncOptions, IParameterObject
  - Inheritance
 - 
      
      
      AsyncRunOptions
 
- Implements
 
- Inherited Members
 
Constructors
AsyncRunOptions()
Initializes a new instance of the AsyncRunOptions class.
public AsyncRunOptions()
  Remarks
The following table shows the initial property values for an instance of AsyncRunOptions.
| Property | Initial Value | 
|---|---|
| Timeout | 00:00:05 (5 seconds) | 
| Delay | 00:00:00.1000000 (100 milliseconds) | 
Properties
Delay
Gets or sets the delay between asynchronous operation attempts.
public TimeSpan Delay { get; set; }
  Property Value
- TimeSpan
 The delay between asynchronous operation attempts. The default is 100 milliseconds.
Timeout
Gets or sets the timeout for the asynchronous operation.
public TimeSpan Timeout { get; set; }
  Property Value
- TimeSpan
 The timeout for the asynchronous operation. The default is 5 seconds.