The base class for all Quantum MPPM commands. More...
Public Member Functions | |
virtual void | Execute () |
Execute the command on a virtual instance. Executes synchronously. More... | |
virtual System.Threading.Tasks.Task | ExecuteAsync () |
Execute the command on a virtual instance. By default, calls Execute More... | |
Public Attributes | |
virtual bool | NeedsAck => false |
Does the main instance need to wait for an ack? More... | |
virtual string | PersistentKey => null |
If the command is persistent (i.e. needs to be executed on each domain reload), this key is used to store it. More... | |
The base class for all Quantum MPPM commands.
|
inlinevirtual |
Execute the command on a virtual instance. Executes synchronously.
|
inlinevirtual |
Execute the command on a virtual instance. By default, calls Execute
virtual bool Quantum.QuantumMppmCommand.NeedsAck => false |
Does the main instance need to wait for an ack?
virtual string Quantum.QuantumMppmCommand.PersistentKey => null |
If the command is persistent (i.e. needs to be executed on each domain reload), this key is used to store it.