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