コード例 #1
0
        /// <summary>
        /// Starts the MS SQL Node using the specified arguments.
        /// </summary>
        internal void Start()
        {
            ServiceElement serviceConfig = ((UhuruSection)ConfigurationManager.GetSection("uhuru")).Service;

            this.node = new FileServiceNode();
            this.node.Start(serviceConfig);
        }
コード例 #2
0
        /// <summary>
        /// Starts the MS SQL Node using the specified arguments.
        /// </summary>
        internal void Start()
        {
            ServiceElement serviceConfig = ((UhuruSection)ConfigurationManager.GetSection("uhuru")).Service;

            this.node = new FileServiceNode();
            this.node.Start(serviceConfig);
        }