Table of Contents

Interface IQuery<TResult>

Namespace
Silverback.Messaging.Messages
Assembly
Silverback.Core.Model.dll

A message that queries a result of type TResult.

public interface IQuery<out TResult> : IMessage

Type Parameters

TResult

The type of the result being returned.