Skip to main content
Table of Contents

Interface ICommand

Namespace
Stratara.Abstractions.Mediator
Assembly
Stratara.Abstractions.dll

A command — a write operation that produces no result. Dispatched via IMediator to the matching ICommandHandler<TRequest>, or via ICommandOutboxDispatcher for asynchronous out-of-process execution.

public interface ICommand : IRequest, ICommandBase
Extension Methods