C# 클래스 NBug.Core.Submission.Dispatcher

파일 보기 프로젝트 열기: soygul/NBug

공개 메소드들

메소드 설명
Dispatcher ( ) : System

Initializes a new instance of the Dispatcher class to send queued reports.

비공개 메소드들

메소드 설명
Dispatch ( ) : void
Dispatcher ( bool isAsynchronous ) : System

Initializes a new instance of the Dispatcher class to send queued reports.

EnumerateDestinations ( Stream reportFile, ExceptionData exceptionData ) : bool

Enumerate all protocols to see if they are properly configured and send using the ones that are configured as many times as necessary.

GetDataFromZip ( Stream stream ) : ExceptionData

메소드 상세

Dispatcher() 공개 메소드

Initializes a new instance of the Dispatcher class to send queued reports.
public Dispatcher ( ) : System
리턴 System