C# Class BinaryStudio.ClientManager.DomainModel.Tests.Infrastructure.FakeTimer

Timer implementation for testing purposes.
Inheritance: BinaryStudio.ClientManager.DomainModel.Infrastructure.Timer
Afficher le fichier Open project: titarenko/ClientManager Class Usage Examples

Méthodes publiques

Méthode Description
RaiseOnTick ( ) : void

Raises OnTick event when called.

Method Details

RaiseOnTick() public méthode

Raises OnTick event when called.
public RaiseOnTick ( ) : void
Résultat void