Server.TermKitService.OnStart C# (CSharp) 메소드

OnStart() 보호된 메소드

protected OnStart ( string args ) : void
args string
리턴 void
        protected override void OnStart(string[] args)
        {
            if (this.m_NodeJS == null)
            {
            }
        }