C# 클래스 Microsoft.R.Host.Monitor.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
MainWindow ( ) : System
SetErrorTextAsync ( string message ) : System.Windows.Threading.DispatcherOperation
SetStatusTextAsync ( string message ) : System.Windows.Threading.DispatcherOperation
StartUpAsync ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
StartBrokerBtn_Click ( object sender, RoutedEventArgs e ) : void
StopBrokerBtn_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

SetErrorTextAsync() 공개 메소드

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

SetStatusTextAsync() 공개 메소드

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

StartUpAsync() 공개 메소드

public StartUpAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task