ExampleGenerator.CreateExamples.StartService C# (CSharp) 메소드

StartService() 정적인 개인적인 메소드

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