Show / Hide Table of Contents

    Interface ICommand<TResult>

    Represents a message that triggers an action with a result TResult.

    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Core.Model.dll
    Syntax
    public interface ICommand<out TResult> : ICommand, IMessage
    Type Parameters
    Name Description
    TResult

    The type of the result being returned.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini