C# 클래스 Blacker.MangaScraper.Helpers.AsyncRequestQueue

파일 보기 프로젝트 열기: blacker-cz/MangaScraper 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Func method, Exception>.Action callback ) : void
AsyncRequestQueue ( ) : System
AsyncRequestQueue ( SynchronizationContext synchronizationContext ) : System
Initialize ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
OnTasksCompleted ( ) : void
ProcessAsyncRequest ( AsyncRequest request ) : void
ThreadProc ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( Func method, Exception>.Action callback ) : void
method Func
callback Exception>.Action
리턴 void

AsyncRequestQueue() 공개 메소드

public AsyncRequestQueue ( ) : System
리턴 System

AsyncRequestQueue() 공개 메소드

public AsyncRequestQueue ( SynchronizationContext synchronizationContext ) : System
synchronizationContext System.Threading.SynchronizationContext
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void