Skip to content

Interface ICommand

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Marks a write-side request that returns a value when it completes.

public interface ICommand<TResult> : ICommand

TResult

The result type returned by the command.

ICommand