C# Class Mycroft.Cmd.Msg.GeneralFailure

Inheritance: MsgCommand
Mostrar archivo Open project: rit-sse-mycroft/core

Public Methods

Method Description
GeneralFailure ( MsgGeneralFailure failure, AppInstance instance ) : System
GeneralFailure ( ParseException ex, AppInstance instance ) : System
VisitAppInstance ( AppInstance appInstance ) : void

Send the failure message to our own app instance

Method Details

GeneralFailure() public method

public GeneralFailure ( MsgGeneralFailure failure, AppInstance instance ) : System
failure Mycroft.Messages.Msg.MsgGeneralFailure
instance AppInstance
return System

GeneralFailure() public method

public GeneralFailure ( ParseException ex, AppInstance instance ) : System
ex Mycroft.Messages.ParseException
instance AppInstance
return System

VisitAppInstance() public method

Send the failure message to our own app instance
public VisitAppInstance ( AppInstance appInstance ) : void
appInstance AppInstance An app instance
return void