C# Class GSF.Threading.TimeoutOperation

Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Méthode Description
Cancel ( ) : void
RegisterTimeout ( System.TimeSpan interval, System.Action callback ) : void

Private Methods

Méthode Description
BeginRun ( object state, bool isTimeout ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

RegisterTimeout() public méthode

public RegisterTimeout ( System.TimeSpan interval, System.Action callback ) : void
interval System.TimeSpan
callback System.Action
Résultat void