C# Class Amib.Threading.Internal.WorkItemsQueue.WaiterEntry

Inheritance: IDisposable
Afficher le fichier Open project: SQLServerIO/TPCCBench Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Free resources

Dispose ( ) : void
Reset ( ) : void

Reset the wait entry so it can be used again

Signal ( WorkItem workItem ) : bool

Signal the waiter that it got a work item.

Timeout ( ) : bool

Mark the wait entry that it has been timed out

WaiterEntry ( ) : System

Method Details

Close() public méthode

Free resources
public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Reset() public méthode

Reset the wait entry so it can be used again
public Reset ( ) : void
Résultat void

Signal() public méthode

Signal the waiter that it got a work item.
public Signal ( WorkItem workItem ) : bool
workItem WorkItem
Résultat bool

Timeout() public méthode

Mark the wait entry that it has been timed out
public Timeout ( ) : bool
Résultat bool

WaiterEntry() public méthode

public WaiterEntry ( ) : System
Résultat System