C# Class CQRSMicroservices.ServiceFabric.WebService.WebService

The FabricRuntime creates an instance of this class for each service type instance.
Inheritance: StatelessService
显示文件 Open project: AFASResearch/CQRS-Playground

Public Methods

Method Description
WebService ( ) : Microsoft.ServiceFabric.Services.Communication.Runtime

Initializes a new instance of the WebService class.

Protected Methods

Method Description
CreateServiceInstanceListeners ( ) : IEnumerable

Creates the service instance listeners.

Private Methods

Method Description
CreateCommunicationListener ( ServiceInitializationParameters serviceInitializationParameters ) : ICommunicationListener

Creates the communication listener.

Method Details

CreateServiceInstanceListeners() protected method

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

WebService() public method

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