Class CommandResult
Represents a command system result
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 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 |