C# Class NBug.Core.Submission.Dispatcher

Afficher le fichier Open project: soygul/NBug

Méthodes publiques

Méthode Description
Dispatcher ( ) : System

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

Private Methods

Méthode 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 méthode

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