Search Results for

    Show / Hide Table of Contents

    Enum MessageGateResultKind

    The result kind of the SendAndAwait(TStart, Action<Message>, Int32, CancellationToken) method.

    Namespace: Agents.Net
    Assembly: Agents.Net.dll
    Syntax
    public enum MessageGateResultKind : int
    Remarks

    See MessageGate<TStart, TEnd> to understand the usage of this enum.

    Fields

    Name Description
    Canceled

    The operation was canceled by the provided to the SendAndAwait(TStart, Action<Message>, Int32, CancellationToken) method.

    Exception

    At least one ExceptionMessage was received during the execution.

    Success

    The operation was successful. Meaning the end message was found.

    Timeout

    The operation ran into the configured timeout.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright Tobias Wilker and contributors