StatLight.Core.Reporting.Providers.TeamCity.TeamCityTestResultHandler.Handle C# (CSharp) Method

Handle() public method

public Handle ( BrowserHostCommunicationTimeoutServerEvent message ) : void
message StatLight.Core.Events.BrowserHostCommunicationTimeoutServerEvent
return void
        public void Handle(BrowserHostCommunicationTimeoutServerEvent message)
        {
            if (message == null) throw new ArgumentNullException("message");
            string writeMessage = message.Message;
            WriteServerEventFailure("BrowserHostCommunicationTimeoutServerEvent", writeMessage);
        }

Same methods

TeamCityTestResultHandler::Handle ( DialogAssertionServerEvent message ) : void
TeamCityTestResultHandler::Handle ( FatalSilverlightExceptionServerEvent message ) : void
TeamCityTestResultHandler::Handle ( TestCaseResultServerEvent message ) : void
TeamCityTestResultHandler::Handle ( TraceClientEvent message ) : void
TeamCityTestResultHandler::Handle ( UnhandledExceptionClientEvent message ) : void