ExpansionDownloader.Service.DownloaderService.DownloaderService C# (CSharp) Method

DownloaderService() protected method

Initializes a new instance of the DownloaderService class.
protected DownloaderService ( ) : System
return System
        protected DownloaderService()
            : base("LVLDownloadService")
        {
            Log.Debug(Tag,"LVLDL DownloaderService()");

            this.serviceConnection = ServiceMarshaller.CreateStub(this);
            this.serviceMessenger = this.serviceConnection.GetMessenger();

            this.Control = DownloadsDatabase.DownloadStatus == ExpansionDownloadStatus.PausedByApp
                               ? ControlAction.Paused
                               : ControlAction.Run;
        }