C# Класс ServiceHarness.SimulationController

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
sim Sim

Открытые методы

Метод Описание
Init ( ) : void
Persisttofile ( ) : void
SetMethodSimulation ( string methodname, int sleep, bool throwexception, bool holdunmanagedref ) : void

Описание методов

Init() публичный Метод

public Init ( ) : void
Результат void

Persisttofile() публичный Метод

public Persisttofile ( ) : void
Результат void

SetMethodSimulation() публичный Метод

public SetMethodSimulation ( string methodname, int sleep, bool throwexception, bool holdunmanagedref ) : void
methodname string
sleep int
throwexception bool
holdunmanagedref bool
Результат void

Описание свойств

sim публичное свойство

public Sim,ServiceHarness sim
Результат Sim