Search Results for

    Show / Hide Table of Contents

    Interface IQueuedOperationService

    Namespace: ImageVault.Core.Common.Services
    Assembly: ImageVault.Core.dll
    Syntax
    public interface IQueuedOperationService

    Methods

    DeleteAsync(Int32)

    Deletes the operation with the supplied id

    Declaration
    Task DeleteAsync(int id)
    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
    Type Description
    System.Threading.Tasks.Task<ODataResponse<QueuedOperation>>

    RetryAsync(Int32)

    Queues an operation for immediate retry

    Declaration
    Task RetryAsync(int id)
    Parameters
    Type Name Description
    System.Int32 id
    Returns
    Type Description
    System.Threading.Tasks.Task
    In This Article
    Back to top (c) Meriworks 2002-2022