C# Class AzureIoTHubConnectedService.AzureIoTHubAccountProviderGrid

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

Private Properties

Свойство Type Description
CalculateCanCreateServiceInstance void
CreateServiceInstance ConnectedServiceInstance
OnAuthenticatorAuthenticationChanged void
OnAuthenticatorPropertyChanged void

Méthodes publiques

Méthode Description
AzureIoTHubAccountProviderGrid ( IAzureIoTHubAccountManager accountManager, IServiceProvider serviceProvider ) : System
ConfigureServiceInstanceAsync ( ConnectedServiceInstance instance, CancellationToken ct ) : Task
CreateAuthenticatorAsync ( ) : Task
CreateServiceInstanceAsync ( CancellationToken ct ) : Task
EnumerateServiceInstancesAsync ( CancellationToken ct ) : Task>

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CalculateCanCreateServiceInstance ( ) : void
CreateServiceInstance ( IAzureIoTHub iotHubAccount ) : ConnectedServiceInstance
OnAuthenticatorAuthenticationChanged ( object sender, AuthenticationChangedEventArgs e ) : void
OnAuthenticatorPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

AzureIoTHubAccountProviderGrid() public méthode

public AzureIoTHubAccountProviderGrid ( IAzureIoTHubAccountManager accountManager, IServiceProvider serviceProvider ) : System
accountManager IAzureIoTHubAccountManager
serviceProvider IServiceProvider
Résultat System

ConfigureServiceInstanceAsync() public méthode

public ConfigureServiceInstanceAsync ( ConnectedServiceInstance instance, CancellationToken ct ) : Task
instance ConnectedServiceInstance
ct System.Threading.CancellationToken
Résultat Task

CreateAuthenticatorAsync() public méthode

public CreateAuthenticatorAsync ( ) : Task
Résultat Task

CreateServiceInstanceAsync() public méthode

public CreateServiceInstanceAsync ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
Résultat Task

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EnumerateServiceInstancesAsync() public méthode

public EnumerateServiceInstancesAsync ( CancellationToken ct ) : Task>
ct System.Threading.CancellationToken
Résultat Task>