| ILeasedRetry Interface | 
Namespace: AccidentalFish.ApplicationSupport.Core.Policies
| Name | Description | |
|---|---|---|
| RetryAsyncT(ILeaseManagerT, T, FuncTask) | 
            Attempt to run an operation inside a lease block with upto 10 retries and a window of 30 seconds before the lease expires.
            The lease object (blob) must already exist before this method is called.
              | |
| RetryAsyncT(ILeaseManagerT, T, Boolean, FuncTask) | 
            Attempt to run an operation inside a lease block with upto 10 retries and a window of 30 seconds before the lease expires.
              | |
| RetryAsyncT(ILeaseManagerT, T, TimeSpan, FuncTask) | 
            Attempt to run an operation inside a lease block with upto 10 retries.
            The lease object (blob) must already exist before this method is called.
              | |
| RetryAsyncT(ILeaseManagerT, T, TimeSpan, Boolean, FuncTask) | 
            Attempt to run an operation inside a lease block with upto 10 retries.
              | |
| RetryAsyncT(ILeaseManagerT, T, TimeSpan, Int32, FuncTask) | 
            Attempt to run an operation inside a lease block.
            The lease object (blob) must already exist before this method is called.
              | |
| RetryAsyncT(ILeaseManagerT, T, TimeSpan, Int32, Boolean, FuncTask) | 
            Attempt to run an operation inside a lease block.
            The lease object (blob) must already exist before this method is called.
              |