Show / Hide Table of Contents

    Interface IQuery<TResult>

    Represents a message that queries a result of type TResult.

    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Core.Model.dll
    Syntax
    public interface IQuery<out TResult> : 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