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 |
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. |