C# Класс CQRSMicroservices.ServiceFabric.WebService.WebService

The FabricRuntime creates an instance of this class for each service type instance.
Наследование: StatelessService
Показать файл Открыть проект

Открытые методы

Метод Описание
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