private TcpMultiRoleReactivePlatform(ReactiveServiceType[][] groups, TcpMultiRoleRunnable[] runnables)
#pragma warning disable CA2000 // Dispose objects before losing scope. (Ownership transfer.)
            : base(GetEnvironment(groups, runnables))
#pragma warning restore CA2000
        {
            _queryCoordinator = GetQueryCoordinator(groups, runnables);
            _queryEvaluator   = GetQueryEvaluator(groups, runnables);
        }
Ejemplo n.º 2
0
 protected virtual void RegisterQueryCoordinator(IReactiveQueryCoordinator service)
 {
 }