ExampleGenerator.CreateExamples.StartService C# (CSharp) Méthode

StartService() static private méthode

Start the Mesh as a direct service
static private StartService ( ) : void
Résultat 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);
            }