C# Class GSF.Threading.ActionExtensions.DelayCancellationToken

Inheritance: ICancellationToken
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
Cancel ( ) : bool
DelayCancellationToken ( ManualResetEvent waitObj ) : System
Dispose ( ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : bool
Résultat bool

DelayCancellationToken() public méthode

public DelayCancellationToken ( ManualResetEvent waitObj ) : System
waitObj System.Threading.ManualResetEvent
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void