Aplicativos Windows Service
Usando o Microsoft Visual Studio ou o Microsoft .NET Framework SDK, você pode criar serviços facilmente, criando um aplicativo que está instalado como um serviço. This type of application is called a Windows Service. With framework features, you can create services, install them, and start, stop, and otherwise control their behavior.
Observação |
---|
The Windows Service template and associated functionality is not available in the Standard Edition of Visual Studio. |
Nesta seção
Introdução aos Aplicativos de Serviço do Windows
Provides an overview of Windows Service applications, the lifetime of a service, and how service applications differ from other common project types.Demonstra Passo a passo: Criando um Aplicativo Windows Service no Designer de Componentes
Fornece um exemplo de criação de um serviço em Visual Basic e Visual C#.Arquitetura de Programação de Aplicativos de Serviço
Explains the language elements used in service programming.Como: Criar serviços do Windows
Describes the process of creating and configuring Windows services using the Windows Service project template.
Seções relacionadas
ServiceBase
Descreve os principais recursos da ServiceBase classe, que é usado para criar serviços.ServiceProcessInstaller
Descreve os recursos da ServiceProcessInstaller classe, que é usada junto com o ServiceInstaller classe para instalar e desinstalar seus serviços.ServiceInstaller
Descreve os recursos da ServiceInstaller classe, que é usada junto com o ServiceProcessInstaller classe para instalar e desinstalar seu serviço.Modelos de projeto padrão no Visual Studio
Describes the projects types used in this chapter and how to choose between them.Deploying Applications and Components
Lists the major pages about deployment and the information they contain.