Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
GSF
Threading
ActionExtensions.DelayCancellationToken
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