메소드 | 설명 | |
---|---|---|
CanRetry ( IRetryContext context ) : bool |
Delegate to the policy currently activated in the context. IRetryPolicy.CanRetry
|
|
Close ( IRetryContext context ) : void |
Delegate to the policy currently activated in the context. IRetryPolicy.Close
|
|
Open ( IRetryContext parent ) : IRetryContext |
Create an active context that proxies a retry policy by chosing a target from the policy map. IRetryPolicy.Open
|
|
RegisterException ( IRetryContext context, |
The register exception.
|
|
SetPolicyMap ( IRetryPolicy>.IDictionary |
Setter for policy map used to create a classifier. Either this property or the exception classifier directly should be set, but not both.
|
public CanRetry ( IRetryContext context ) : bool | ||
context | IRetryContext | The context. |
리턴 | bool |
public Close ( IRetryContext context ) : void | ||
context | IRetryContext | The context. |
리턴 | void |
public Open ( IRetryContext parent ) : IRetryContext | ||
parent | IRetryContext | The parent. |
리턴 | IRetryContext |
public RegisterException ( IRetryContext context, |
||
context | IRetryContext | The context. |
exception | The exception. | |
리턴 | void |
public SetPolicyMap ( IRetryPolicy>.IDictionary |
||
policyMap | IRetryPolicy>.IDictionary | A map of Exception type to |
리턴 | void |