C# 클래스 CQRSMicroservices.ServiceFabric.WebService.WebService

The FabricRuntime creates an instance of this class for each service type instance.
상속: StatelessService
파일 보기 프로젝트 열기: AFASResearch/CQRS-Playground

공개 메소드들

메소드 설명
WebService ( ) : Microsoft.ServiceFabric.Services.Communication.Runtime

Initializes a new instance of the WebService class.

보호된 메소드들

메소드 설명
CreateServiceInstanceListeners ( ) : IEnumerable

Creates the service instance listeners.

비공개 메소드들

메소드 설명
CreateCommunicationListener ( ServiceInitializationParameters serviceInitializationParameters ) : ICommunicationListener

Creates the communication listener.

메소드 상세

CreateServiceInstanceListeners() 보호된 메소드

Creates the service instance listeners.
protected CreateServiceInstanceListeners ( ) : IEnumerable
리턴 IEnumerable

WebService() 공개 메소드

Initializes a new instance of the WebService class.
public WebService ( ) : Microsoft.ServiceFabric.Services.Communication.Runtime
리턴 Microsoft.ServiceFabric.Services.Communication.Runtime