C# Class AzureIoTHubConnectedService.AccountPickerViewModel

Inheritance: IDisposable, INotifyPropertyChanged
ファイルを表示 Open project: Azure/azure-iot-hub-vs-cs Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

AccountPickerViewModel() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetAccountAsync() public method

public GetAccountAsync ( ) : Task
return Task

SetAccountAsync() public method

public SetAccountAsync ( Account value ) : System.Threading.Tasks.Task
value Account
return System.Threading.Tasks.Task