🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

XecMe

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

XecMe

XecMe is a hosting and execution framework. It follows the task oriented design approach for solving the business problems. It is a highly configurable framework to execute batch processes, asynchronous tasks, Windows Service etc. You can simplify your Azure Worker Role development to manage multiple task within the same role

2.1.4
NuGet
Version published
Maintainers
1
Created
Source

This document contains the description of this project.

Project Name: XecMeHost Project Type: Executable Project Default Namespace: XecMe Project Output : XecMeHost.exe Project References: XecMe.Core.dll Signed Assembly : No GAC-able : No

Description: This project provides a hosting environment for Windows Services and Batch Job. To make it a Windows Service, a class implementing the interface XecMe.Core.Services.IService should be registered with Windows SCM as service. Once registered, the calls from SCM are delegated to the class registered for this service.

Host class: Host class is the extry point for this executable. This class facilitates Windows service installation and run as batch job based on the command line parameters passed

Installer class: This class installs the this assembly and the given parameter as Windows Service

Keywords

Azure

FAQs

Package last updated on 02 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts