C# 클래스 CqlSharp.Threading.IOTaskScheduler.WorkItem

Represents a task queued to the I/O pool.
상속: IDisposable
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

메소드 설명
Dispose ( ) : void

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

WorkItem ( IOTaskScheduler scheduler ) : System

비공개 메소드들

메소드 설명
Callback ( uint errorCode, uint numBytes, NativeOverlapped pNOlap ) : void
Enqueue ( ) : void

Enqueues this instance to the IO thread pool.

메소드 상세

Dispose() 공개 메소드

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

WorkItem() 공개 메소드

public WorkItem ( IOTaskScheduler scheduler ) : System
scheduler IOTaskScheduler
리턴 System