C# Class Microsoft.HockeyApp.ViewModels.LoginPageVM

Inheritance: VMBase
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Méthodes publiques

Méthode Description
AuthorizeUserAsync ( string password ) : Task
IdentifyUserAsync ( ) : Task

Private Methods

Méthode Description
HandleNetworkError ( WebTransferException wte ) : System.Threading.Tasks.Task
HandleNetworkError ( WebTransferException wte ) : void

Method Details

AuthorizeUserAsync() public méthode

public AuthorizeUserAsync ( string password ) : Task
password string
Résultat Task

IdentifyUserAsync() public méthode

public IdentifyUserAsync ( ) : Task
Résultat Task