ChaosTest.ChaosService.ChaosService.CreateServiceReplicaListeners C# (CSharp) Méthode

CreateServiceReplicaListeners() protected méthode

protected CreateServiceReplicaListeners ( ) : IEnumerable
Résultat IEnumerable
        protected override IEnumerable<ServiceReplicaListener> CreateServiceReplicaListeners()
        {
            return new[]
            {
                new ServiceReplicaListener(
                    context =>
                        new OwinCommunicationListener("", new Startup(this), context, ServiceEventSource.Current))
            };
        }