C# Class Mycroft.Cmd.App.DependencyChange

Inheritance: AppCommand
ファイルを表示 Open project: rit-sse-mycroft/core

Public Methods

Method Description
DependencyChange ( AppInstance instance, Status status ) : System

Used to notify that an app instance has gone down

VisitRegistry ( Registry registry ) : void

Notify dependencies that the app has gone down

Method Details

DependencyChange() public method

Used to notify that an app instance has gone down
public DependencyChange ( AppInstance instance, Status status ) : System
instance AppInstance
status Status
return System

VisitRegistry() public method

Notify dependencies that the app has gone down
public VisitRegistry ( Registry registry ) : void
registry Mycroft.App.Registry
return void