예제 #1
0
파일: LocalNode.cs 프로젝트: xen2/msbuild
        /// <summary>
        /// Creates an instance of this class.
        /// </summary>
        internal LocalNode(int nodeNumberIn)
        {
            this.nodeNumber = nodeNumberIn;

            engineCallback = new LocalNodeCallback(communicationThreadExitEvent, this);
        }
예제 #2
0
파일: LocalNode.cs 프로젝트: nikson/msbuild
        /// <summary>
        /// Creates an instance of this class.
        /// </summary>
        internal LocalNode(int nodeNumberIn)
        {
            this.nodeNumber = nodeNumberIn;

            engineCallback = new LocalNodeCallback(communicationThreadExitEvent, this);
        }