public interface RetryPolicyFactory
RetryPolicy object per transaction.| Modifier and Type | Method and Description |
|---|---|
RetryPolicy |
createInstance(OperationContext opContext)
Creates a new
RetryPolicy object for the current request attempt. |
RetryPolicy createInstance(OperationContext opContext)
RetryPolicy object for the current request attempt.opContext - An OperationContext object that represents the context for the current operation. This object
is used to track requests to the storage service, and to provide additional runtime information about
the operation.RetryPolicy object that represents the new retry policy for the current request attempt.Copyright © 2019. All rights reserved.