Class PhobosDeployer
INTERNAL API. Responsible for parsing actor-specific instrumentation instructions
Inherited Members
Namespace: Phobos.Actor.Impl
Assembly: Phobos.Actor.dll
Syntax
public class PhobosDeployer
Constructors
PhobosDeployer(PhobosSettings)
Declaration
public PhobosDeployer(PhobosSettings phobosSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| PhobosSettings | phobosSettings |
Methods
ParsePhobosDeploy(Deploy, Config, bool)
Parses the PhobosActorSettings from Config, or falls back to the defaults provided in PhobosSettings (the global settings)
Declaration
public PhobosActorSettings ParsePhobosDeploy(Deploy deploy, Config config, bool systemService = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Deploy | deploy | |
| Config | config | |
| bool | systemService |
Returns
| Type | Description |
|---|---|
| PhobosActorSettings |