C# 클래스 AzureIoTHubConnectedService.AzureIoTHubAccountProviderGrid

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

Private Properties

프로퍼티 타입 설명
CalculateCanCreateServiceInstance void
CreateServiceInstance ConnectedServiceInstance
OnAuthenticatorAuthenticationChanged void
OnAuthenticatorPropertyChanged void

공개 메소드들

메소드 설명
AzureIoTHubAccountProviderGrid ( IAzureIoTHubAccountManager accountManager, IServiceProvider serviceProvider ) : System
ConfigureServiceInstanceAsync ( ConnectedServiceInstance instance, CancellationToken ct ) : Task
CreateAuthenticatorAsync ( ) : Task
CreateServiceInstanceAsync ( CancellationToken ct ) : Task
EnumerateServiceInstancesAsync ( CancellationToken ct ) : Task>

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CalculateCanCreateServiceInstance ( ) : void
CreateServiceInstance ( IAzureIoTHub iotHubAccount ) : ConnectedServiceInstance
OnAuthenticatorAuthenticationChanged ( object sender, AuthenticationChangedEventArgs e ) : void
OnAuthenticatorPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

AzureIoTHubAccountProviderGrid() 공개 메소드

public AzureIoTHubAccountProviderGrid ( IAzureIoTHubAccountManager accountManager, IServiceProvider serviceProvider ) : System
accountManager IAzureIoTHubAccountManager
serviceProvider IServiceProvider
리턴 System

ConfigureServiceInstanceAsync() 공개 메소드

public ConfigureServiceInstanceAsync ( ConnectedServiceInstance instance, CancellationToken ct ) : Task
instance ConnectedServiceInstance
ct System.Threading.CancellationToken
리턴 Task

CreateAuthenticatorAsync() 공개 메소드

public CreateAuthenticatorAsync ( ) : Task
리턴 Task

CreateServiceInstanceAsync() 공개 메소드

public CreateServiceInstanceAsync ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
리턴 Task

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EnumerateServiceInstancesAsync() 공개 메소드

public EnumerateServiceInstancesAsync ( CancellationToken ct ) : Task>
ct System.Threading.CancellationToken
리턴 Task>