Table of Contents

THostServiceOptions Record

Identity of the process when it runs as a Windows service.

Remarks

Set through IHostBuilder.ServiceOptions. When Name is empty the executable base name is used.

Syntax

Unit: Sparkle.Host.Contracts

THostServiceOptions = record;

Fields

Name Description
Description Description shown in the services list.
DisplayName Name shown in the services list. Defaults to Name.
Name Service name registered with the Service Control Manager.