Photon Quantum 3.0.0

Public Member Functions | Public Attributes | List of all members
Quantum.QuantumMppmCommand Class Referenceabstract

The base class for all Quantum MPPM commands. More...

Public Member Functions

abstract void Execute ()
 Execute the command on a virtual instance. 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...
 

Detailed Description

The base class for all Quantum MPPM commands.

Member Function Documentation

◆ Execute()

abstract void Quantum.QuantumMppmCommand.Execute ( )
pure virtual

Execute the command on a virtual instance.

Member Data Documentation

◆ NeedsAck

virtual bool Quantum.QuantumMppmCommand.NeedsAck => false

Does the main instance need to wait for an ack?

◆ PersistentKey

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.