C# Class NBug.Core.Submission.Dispatcher

Mostrar archivo Open project: soygul/NBug

Public Methods

Method Description
Dispatcher ( ) : System

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

Private Methods

Method Description
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

Method Details

Dispatcher() public method

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