コード例 #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="DataPackageCallbackService"/> class.
        /// </summary>
        public DataPackageCallbackService()
        {
            if (Thread.CurrentThread.Name == null)
            {
                Thread.CurrentThread.Name = "DataPackageCallbackService";
            }

            DataPackageService.Initialize();
        }
コード例 #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="NotificationGroundService"/> class.
        /// </summary>
        public NotificationGroundService()
        {
            if (Thread.CurrentThread.Name == null)
            {
                Thread.CurrentThread.Name = "DataPkg.NotificationGroundService";
            }

            DataPackageService.Initialize();
        }