C# Класс NBug.Core.Submission.Dispatcher

Показать файл Открыть проект

Открытые методы

Метод Описание
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