C# Class AppfailReporting.Reporting.ReportingWorker

Runs in the background and reports failures to appfail.net periodically.
Inheritance: BackgroundWorker
Show file Open project: skroonenburg/AppFail-ASP.NET

Public Methods

Method Description
DoWork ( ) : WaitHandle

Private Methods

Method Description
PostToService ( FailSubmissionDto failSubmission ) : bool
ReportingWorker ( ) : System

Method Details

DoWork() public method

public DoWork ( ) : WaitHandle
return System.Threading.WaitHandle