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

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: Microsoft/RTVS

Public Methods

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

Private Methods

Method 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 method

public MainWindow ( ) : System
return System

SetErrorTextAsync() public method

public SetErrorTextAsync ( string message ) : System.Windows.Threading.DispatcherOperation
message string
return System.Windows.Threading.DispatcherOperation

SetStatusTextAsync() public method

public SetStatusTextAsync ( string message ) : System.Windows.Threading.DispatcherOperation
message string
return System.Windows.Threading.DispatcherOperation

StartUpAsync() public method

public StartUpAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task