Click or drag to resize

ServiceHelperServiceComponents Property

Gets a list of components that implement the ISupportLifecycle interface used by the ParentService.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public IList<Object> ServiceComponents { get; }
View Source

Property Value

IListObject
See Also