C# Class CQRSMicroservices.ServiceFabric.WebService.WebService

The FabricRuntime creates an instance of this class for each service type instance.
Inheritance: StatelessService
Afficher le fichier Open project: AFASResearch/CQRS-Playground

Méthodes publiques

Méthode Description
WebService ( ) : Microsoft.ServiceFabric.Services.Communication.Runtime

Initializes a new instance of the WebService class.

Méthodes protégées

Méthode Description
CreateServiceInstanceListeners ( ) : IEnumerable

Creates the service instance listeners.

Private Methods

Méthode Description
CreateCommunicationListener ( ServiceInitializationParameters serviceInitializationParameters ) : ICommunicationListener

Creates the communication listener.

Method Details

CreateServiceInstanceListeners() protected méthode

Creates the service instance listeners.
protected CreateServiceInstanceListeners ( ) : IEnumerable
Résultat IEnumerable

WebService() public méthode

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