C# Class Microsoft.HockeyApp.ViewModels.LoginPageVM

Inheritance: VMBase
Datei anzeigen Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Public Methods

Method Description
AuthorizeUserAsync ( string password ) : Task
IdentifyUserAsync ( ) : Task

Private Methods

Method Description
HandleNetworkError ( WebTransferException wte ) : System.Threading.Tasks.Task
HandleNetworkError ( WebTransferException wte ) : void

Method Details

AuthorizeUserAsync() public method

public AuthorizeUserAsync ( string password ) : Task
password string
return Task

IdentifyUserAsync() public method

public IdentifyUserAsync ( ) : Task
return Task