Interface IQueuedOperationService
Assembly: ImageVault.Core.dll
Syntax
public interface IQueuedOperationService
Methods
DeleteAsync(Int32)
Deletes the operation with the supplied id
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Query(ODataUriParser)
Declaration
Task<ODataResponse<QueuedOperation>> Query(ODataUriParser parser)
Parameters
Type |
Name |
Description |
Microsoft.OData.UriParser.ODataUriParser |
parser |
|
Returns
RetryAsync(Int32)
Queues an operation for immediate retry
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|