Class CommandResult
Represents a command system result
Namespace: AzureFromTheTrenches.Commanding.Abstractions.Model
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public class CommandResult : object
Constructors
| Improve this Doc View SourceCommandResult(Boolean)
Constructor
Declaration
public CommandResult(bool deferExecution)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | deferExecution | Was execution deferred |
Properties
| Improve this Doc View SourceDeferExecution
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 |