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
TResultThe type of the result being returned.