ExampleGenerator.CreateExamples.StartService C# (CSharp) Method

StartService() static private method

Start the Mesh as a direct service
static private StartService ( ) : void
return void
        void StartService() {
            // Create test Mesh
            File.Delete(LogMesh);
            File.Delete(LogPortal);


            Portal = new MeshPortalTraced(NameService, LogMesh, LogPortal);
            MeshPortal.Default = Portal;

            MeshClient = new MeshClient(NameService);
            }