Click or drag to resize

ServiceHelperParentService Property

Gets or sets the ServiceBase to which the ServiceHelper will provided added functionality.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public ServiceBase ParentService { get; set; }
View Source

Property Value

ServiceBase
See Also