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> : ICommandType Parameters
Section titled “Type Parameters”TResult
The result type returned by the command.