Search Results for

    Show / Hide Table of Contents

    Interface IFlowEventQueueRepository

    Namespace: Simplic.Flow.EventQueue
    Assembly: Simplic.Flow.EventQueue.dll
    Syntax
    public interface IFlowEventQueueRepository

    Methods

    | Improve this Doc View Source

    ClearEventQueue()

    Declaration
    void ClearEventQueue()
    | Improve this Doc View Source

    Get(String)

    Declaration
    EventQueueModel Get(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    EventQueueModel
    | Improve this Doc View Source

    GetAll()

    Declaration
    IEnumerable<EventQueueModel> GetAll()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<EventQueueModel>
    | Improve this Doc View Source

    GetAllUnhandled(String, String)

    Declaration
    IEnumerable<EventQueueModel> GetAllUnhandled(string machineName, string serviceName)
    Parameters
    Type Name Description
    System.String machineName
    System.String serviceName
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<EventQueueModel>
    | Improve this Doc View Source

    GetEventTargets()

    Declaration
    IList<EventServiceTarget> GetEventTargets()
    Returns
    Type Description
    System.Collections.Generic.IList<EventServiceTarget>
    | Improve this Doc View Source

    Remove(String)

    Declaration
    void Remove(string id)
    Parameters
    Type Name Description
    System.String id
    | Improve this Doc View Source

    Save(EventQueueModel)

    Declaration
    bool Save(EventQueueModel model)
    Parameters
    Type Name Description
    EventQueueModel model
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SetFailed(String)

    Declaration
    bool SetFailed(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SetHandled(String, Boolean)

    Declaration
    bool SetHandled(string id, bool isHandled)
    Parameters
    Type Name Description
    System.String id
    System.Boolean isHandled
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx