C# Class AzureIoTHubConnectedService.AccountPickerViewModel

Inheritance: IDisposable, INotifyPropertyChanged
Afficher le fichier Open project: Azure/azure-iot-hub-vs-cs Class Usage Examples

Méthodes publiques

Méthode Description
AccountPickerViewModel ( IServiceProvider serviceProvider, string hostId ) : Microsoft.VisualStudio.Services.Client.AccountManagement
Dispose ( ) : void
GetAccountAsync ( ) : Task
SetAccountAsync ( Account value ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
NotifyPropertyChanged ( [ propertyName = null ) : void
OnAuthenticationChanged ( ) : void
OnSubscriptionsChanged ( object sender, EventArgs e ) : void

Method Details

AccountPickerViewModel() public méthode

public AccountPickerViewModel ( IServiceProvider serviceProvider, string hostId ) : Microsoft.VisualStudio.Services.Client.AccountManagement
serviceProvider IServiceProvider
hostId string
Résultat Microsoft.VisualStudio.Services.Client.AccountManagement

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAccountAsync() public méthode

public GetAccountAsync ( ) : Task
Résultat Task

SetAccountAsync() public méthode

public SetAccountAsync ( Account value ) : System.Threading.Tasks.Task
value Account
Résultat System.Threading.Tasks.Task