C# 클래스 HA4IoT.ExternalServices.AzureCloud.AzureCloudApiDispatcherEndpointService

상속: HA4IoT.Contracts.Services.ServiceBase, IApiDispatcherEndpoint
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation

공개 메소드들

메소드 설명
AzureCloudApiDispatcherEndpointService ( IApiService apiService ) : System
NotifyStateChanged ( IComponent component ) : void
Startup ( ) : void
TryInitializeFromConfigurationFile ( string filename ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

AzureCloudApiDispatcherEndpointService() 공개 메소드

public AzureCloudApiDispatcherEndpointService ( IApiService apiService ) : System
apiService IApiService
리턴 System

NotifyStateChanged() 공개 메소드

public NotifyStateChanged ( IComponent component ) : void
component IComponent
리턴 void

Startup() 공개 메소드

public Startup ( ) : void
리턴 void

TryInitializeFromConfigurationFile() 공개 메소드

public TryInitializeFromConfigurationFile ( string filename ) : bool
filename string
리턴 bool