C# Class GSF.Threading.ActionExtensions.DelayCancellationToken

Inheritance: ICancellationToken
Datei anzeigen Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
Cancel ( ) : bool
DelayCancellationToken ( ManualResetEvent waitObj ) : System
Dispose ( ) : void

Method Details

Cancel() public method

public Cancel ( ) : bool
return bool

DelayCancellationToken() public method

public DelayCancellationToken ( ManualResetEvent waitObj ) : System
waitObj System.Threading.ManualResetEvent
return System

Dispose() public method

public Dispose ( ) : void
return void