CQRSMicroservices.ServiceFabric.WebService.WebService.CreateServiceInstanceListeners C# (CSharp) 메소드

CreateServiceInstanceListeners() 보호된 메소드

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