C# Class SignalR.Stress.CountDown

Afficher le fichier Open project: Icenium/SignalR Class Usage Examples

Méthodes publiques

Méthode Description
CountDown ( int count ) : System
Dec ( ) : void
Wait ( System.TimeSpan timeout ) : bool

Private Methods

Méthode Description
Reset ( ) : void

Method Details

CountDown() public méthode

public CountDown ( int count ) : System
count int
Résultat System

Dec() public méthode

public Dec ( ) : void
Résultat void

Wait() public méthode

public Wait ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
Résultat bool