CQRSMicroservices.ServiceFabric.WebService.WebService.CreateServiceInstanceListeners C# (CSharp) Method

CreateServiceInstanceListeners() protected method

Creates the service instance listeners.
protected CreateServiceInstanceListeners ( ) : IEnumerable
return IEnumerable
    protected override IEnumerable<ServiceInstanceListener> CreateServiceInstanceListeners()
    {
      return new[]
      {
        new ServiceInstanceListener(CreateCommunicationListener)
      };
    }