Photon Quantum 3.0.0

Public Member Functions | Properties | List of all members
Photon.Deterministic.IDeterministicCommandFactory Interface Reference

The command factor interface. More...

Inheritance diagram for Photon.Deterministic.IDeterministicCommandFactory:
Photon.Deterministic.DeterministicCommand Photon.Deterministic.DeterministicCommandPool< T > Quantum.Core.CompoundCommand

Public Member Functions

DeterministicCommand GetCommandInstance ()
 Returns a new instance of the command, may be pooled. More...
 

Properties

Type CommandType [get]
 The type of commands to create. More...
 

Detailed Description

The command factor interface.

Member Function Documentation

◆ GetCommandInstance()

DeterministicCommand Photon.Deterministic.IDeterministicCommandFactory.GetCommandInstance ( )

Returns a new instance of the command, may be pooled.

Returns
Deterministic command of type CommandType

Implemented in Photon.Deterministic.DeterministicCommand, and Photon.Deterministic.DeterministicCommandPool< T >.

Property Documentation

◆ CommandType

Type Photon.Deterministic.IDeterministicCommandFactory.CommandType
get

The type of commands to create.