C# 클래스 AzureIoTHubConnectedService.AccountPickerViewModel

상속: IDisposable, INotifyPropertyChanged
파일 보기 프로젝트 열기: Azure/azure-iot-hub-vs-cs 1 사용 예제들

공개 메소드들

메소드 설명
AccountPickerViewModel ( IServiceProvider serviceProvider, string hostId ) : Microsoft.VisualStudio.Services.Client.AccountManagement
Dispose ( ) : void
GetAccountAsync ( ) : Task
SetAccountAsync ( Account value ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( [ propertyName = null ) : void
OnAuthenticationChanged ( ) : void
OnSubscriptionsChanged ( object sender, EventArgs e ) : void

메소드 상세

AccountPickerViewModel() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAccountAsync() 공개 메소드

public GetAccountAsync ( ) : Task
리턴 Task

SetAccountAsync() 공개 메소드

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