C# Class SampleExtension.Class1

Inheritance: ITestingReportEvents
Datei anzeigen Open project: staxmanade/StatLight

Public Methods

Method Description
Handle ( BrowserHostCommunicationTimeoutServerEvent message ) : void
Handle ( FatalSilverlightExceptionServerEvent message ) : void
Handle ( TestCaseResultServerEvent message ) : void
Handle ( TraceClientEvent message ) : void
Handle ( UnhandledExceptionClientEvent message ) : void

Method Details

Handle() public method

public Handle ( BrowserHostCommunicationTimeoutServerEvent message ) : void
message StatLight.Core.Events.BrowserHostCommunicationTimeoutServerEvent
return void

Handle() public method

public Handle ( FatalSilverlightExceptionServerEvent message ) : void
message StatLight.Core.Events.FatalSilverlightExceptionServerEvent
return void

Handle() public method

Handle() public method

public Handle ( TraceClientEvent message ) : void
message TraceClientEvent
return void

Handle() public method

public Handle ( UnhandledExceptionClientEvent message ) : void
message UnhandledExceptionClientEvent
return void