Table of Contents

Interface ICommand<TCommandResponse>

Namespace
Whipstaff.MediatR
Assembly
Whipstaff.MediatR.dll

Represents a MediatR Command.

public interface ICommand<out TCommandResponse> : IRequest<TCommandResponse>, IBaseRequest

Type Parameters

TCommandResponse

Response of the command.