Show / Hide Table of Contents

Class CommandResult

Represents a command system result

Inheritance
System.Object
CommandResult
CommandResult<TResult>
Namespace: AzureFromTheTrenches.Commanding.Abstractions.Model
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public class CommandResult : object

Constructors

| Improve this Doc View Source

CommandResult(Boolean)

Constructor

Declaration
public CommandResult(bool deferExecution)
Parameters
Type Name Description
System.Boolean deferExecution

Was execution deferred

Properties

| Improve this Doc View Source

DeferExecution

Was execution deferred - normally true when a command has been sent to a queue or some other async process

Declaration
public bool DeferExecution { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall