Show / Hide Table of Contents

Class CommandResult

Represents a command system result

Inheritance
System.Object
CommandResult
CommandResult<TResult>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.Abstractions.Model
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public class CommandResult

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
Back to top Generated by DocFX