Exemplo n.º 1
0
        public void Test_ImmutableClientServer_Creation()
        {
            var server = new ImmutableClientServer("UnitTests");

            server.Should().NotBeNull();
        }
Exemplo n.º 2
0
 /// <summary>
 /// Constructor for the TRex cache compute server node. Responsible for starting all Ignite services and creating the grid
 /// and cache instance in preparation for client access by business logic running on the node.
 /// </summary>
 public TagProcComputeServer()
 {
     ImmutableClientServer = new ImmutableClientServer(ServerRoles.TAG_PROCESSING_NODE_CLIENT);
 }