Méthode | Description | |
---|---|---|
OnConnectionFailed ( Object sender, ClientConnection args ) : void | ||
OnInitialConnectionFailed ( Object sender, ClientConnectionListener args ) : void | ||
OnInitialConnectionSuccess ( Object sender, ClientConnectionListener args ) : void | ||
OnMessageFailed ( Object sender, ClientConnection args ) : void | ||
OnMessageReceived ( Object sender, ClientConnection args ) : void | ||
TaskCompleted ( Object sender, RunWorkerCompletedEventArgs e ) : void |
Méthode | Description | |
---|---|---|
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void | ||
InitializeComponent ( ) : void | ||
Main ( ) : void | ||
TaskProgressReport ( Object sender, ProgressChangedEventArgs e ) : void |
public OnConnectionFailed ( Object sender, ClientConnection args ) : void | ||
sender | Object | |
args | ClientConnection | |
Résultat | void |
public OnInitialConnectionFailed ( Object sender, ClientConnectionListener args ) : void | ||
sender | Object | |
args | ClientConnectionListener | |
Résultat | void |
public OnInitialConnectionSuccess ( Object sender, ClientConnectionListener args ) : void | ||
sender | Object | |
args | ClientConnectionListener | |
Résultat | void |
public OnMessageFailed ( Object sender, ClientConnection args ) : void | ||
sender | Object | |
args | ClientConnection | |
Résultat | void |
public OnMessageReceived ( Object sender, ClientConnection args ) : void | ||
sender | Object | |
args | ClientConnection | |
Résultat | void |
public TaskCompleted ( Object sender, RunWorkerCompletedEventArgs e ) : void | ||
sender | Object | |
e | RunWorkerCompletedEventArgs | |
Résultat | void |