C# Class Microsoft.R.Host.Monitor.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
MainWindow ( ) : System
SetErrorTextAsync ( string message ) : System.Windows.Threading.DispatcherOperation
SetStatusTextAsync ( string message ) : System.Windows.Threading.DispatcherOperation
StartUpAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
StartBrokerBtn_Click ( object sender, RoutedEventArgs e ) : void
StopBrokerBtn_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

SetErrorTextAsync() public méthode

public SetErrorTextAsync ( string message ) : System.Windows.Threading.DispatcherOperation
message string
Résultat System.Windows.Threading.DispatcherOperation

SetStatusTextAsync() public méthode

public SetStatusTextAsync ( string message ) : System.Windows.Threading.DispatcherOperation
message string
Résultat System.Windows.Threading.DispatcherOperation

StartUpAsync() public méthode

public StartUpAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task