C# Class ServiceHarness.SimulationController

ファイルを表示 Open project: Ecetera/appdynamics-sandpit

Public Properties

Property Type Description
sim Sim

Public Methods

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

Method Details

Init() public method

public Init ( ) : void
return void

Persisttofile() public method

public Persisttofile ( ) : void
return void

SetMethodSimulation() public method

public SetMethodSimulation ( string methodname, int sleep, bool throwexception, bool holdunmanagedref ) : void
methodname string
sleep int
throwexception bool
holdunmanagedref bool
return void

Property Details

sim public_oe property

public Sim,ServiceHarness sim
return Sim