Show / Hide Table of Contents

Interface ICommand<TResult>

Represents a command that returns a result

Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public interface ICommand<TResult> : ICommand
Type Parameters
Name Description
TResult

The type of the result

  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall