Method | Description | |
---|---|---|
DelayedRetry ( System.TimeSpan timeSpan ) : |
Creates a new delayed retry recoverability action.
|
|
ImmediateRetry ( ) : |
Creates an immediate retry recoverability action.
|
|
MoveToError ( string errorQueue ) : |
Creates a move to error recoverability action.
|
Method | Description | |
---|---|---|
RecoverabilityAction ( ) : System |
Initializes a new instance of a recoverability action.
|
public static DelayedRetry ( System.TimeSpan timeSpan ) : |
||
timeSpan | System.TimeSpan | Delivery delay. |
return |
public static ImmediateRetry ( ) : |
||
return |
public static MoveToError ( string errorQueue ) : |
||
errorQueue | string | The address of the error queue. |
return |