C# Class ServiceHarness.SimulationController

Afficher le fichier Open project: Ecetera/appdynamics-sandpit

Méthodes publiques

Свойство Type Description
sim Sim

Méthodes publiques

Méthode Description
Init ( ) : void
Persisttofile ( ) : void
SetMethodSimulation ( string methodname, int sleep, bool throwexception, bool holdunmanagedref ) : void

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Persisttofile() public méthode

public Persisttofile ( ) : void
Résultat void

SetMethodSimulation() public méthode

public SetMethodSimulation ( string methodname, int sleep, bool throwexception, bool holdunmanagedref ) : void
methodname string
sleep int
throwexception bool
holdunmanagedref bool
Résultat void

Property Details

sim public_oe property

public Sim,ServiceHarness sim
Résultat Sim