C# Class HA4IoT.ExternalServices.AzureCloud.AzureCloudApiDispatcherEndpointService

Inheritance: HA4IoT.Contracts.Services.ServiceBase, IApiDispatcherEndpoint
Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
AzureCloudApiDispatcherEndpointService ( IApiService apiService ) : System
NotifyStateChanged ( IComponent component ) : void
Startup ( ) : void
TryInitializeFromConfigurationFile ( string filename ) : bool

Private Methods

Méthode Description
DistpachMessage ( object sender, MessageReceivedEventArgs e ) : void
SendResponseMessage ( QueueBasedApiContext context ) : System.Threading.Tasks.Task
SetupEventHubSender ( JsonObject settings ) : void
SetupInboundQueue ( JsonObject settings ) : void
SetupOutboundQueueSender ( JsonObject settings ) : void

Method Details

AzureCloudApiDispatcherEndpointService() public méthode

public AzureCloudApiDispatcherEndpointService ( IApiService apiService ) : System
apiService IApiService
Résultat System

NotifyStateChanged() public méthode

public NotifyStateChanged ( IComponent component ) : void
component IComponent
Résultat void

Startup() public méthode

public Startup ( ) : void
Résultat void

TryInitializeFromConfigurationFile() public méthode

public TryInitializeFromConfigurationFile ( string filename ) : bool
filename string
Résultat bool