메소드 | 설명 | |
---|---|---|
Clear ( ) : IRetryContext |
Clear the current context at the end of a batch - should only be used by IRetryOperations{T} implementations.
|
|
GetContext ( ) : IRetryContext |
Public accessor for the locally enclosing IRetryContext.
|
|
Register ( IRetryContext context ) : IRetryContext |
Method for registering a context - should only be used by IRetryOperations{T} implementations to ensure that GetContext always returns the correct value.
|
메소드 | 설명 | |
---|---|---|
RetrySynchronizationManager ( ) : System.Threading |
public static Register ( IRetryContext context ) : IRetryContext | ||
context | IRetryContext | The new context to register. |
리턴 | IRetryContext |