C# Class CqlSharp.Threading.IOTaskScheduler.WorkItem

Represents a task queued to the I/O pool.
Inheritance: IDisposable
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

WorkItem ( IOTaskScheduler scheduler ) : System

Private Methods

Méthode Description
Callback ( uint errorCode, uint numBytes, NativeOverlapped pNOlap ) : void
Enqueue ( ) : void

Enqueues this instance to the IO thread pool.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

WorkItem() public méthode

public WorkItem ( IOTaskScheduler scheduler ) : System
scheduler IOTaskScheduler
Résultat System