Show / Hide Table of Contents

Interface ICommand<TResponse>

Execute ICommand.

Namespace: MediatorForge.CQRS.Commands
Assembly: MediatorForge.dll
Syntax
public interface ICommand<out TResponse> : IRequest<TResponse>, IBaseRequest
Type Parameters
Name Description
TResponse
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX