Class CommandResponse
Inherited Members
Namespace: Rebus
Assembly: Rebus.dll
Syntax
[MessagePackObject(false)]
public class CommandResponse
Constructors
CommandResponse(Boolean, User)
Declaration
public CommandResponse(bool modified, User user)
Parameters
Type | Name | Description |
---|---|---|
Boolean | modified | |
User | user |
Properties
Advice
Declaration
[Key(2)]
public Arguments Advice { get; set; }
Property Value
Type | Description |
---|---|
Arguments |
Modified
Declaration
[Key(0)]
public bool Modified { get; }
Property Value
Type | Description |
---|---|
Boolean |
User
Declaration
[Key(1)]
public User User { get; }
Property Value
Type | Description |
---|---|
User |