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, IMessageType Parameters
| Name | Description | 
|---|---|
| TResult | The type of the result being returned. |