Class TestUpdateService
Namespace: i5.Toolkit.Core.TestUtilities
Assembly: cs.temp.dll.dll
Syntax
public class TestUpdateService : IUpdateableService
Properties
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
TestCounter
Declaration
public int TestCounter { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Cleanup()
Declaration
public void Cleanup()
Initialize(IServiceManager)
Declaration
public void Initialize(IServiceManager owner)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceManager | owner |
Update()
Declaration
public void Update()