Table of Contents

Interface ICommand<TResult>

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

A message that triggers an action with a result TResult.

public interface ICommand<out TResult> : ICommand, IMessage

Type Parameters

TResult

The type of the result being returned.