Click or drag to resize

ServiceHelper(IContainer) Constructor

Initializes a new instance of the ServiceHelper class.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public ServiceHelper(
	IContainer container
)
View Source

Parameters

container  IContainer
IContainer object that contains the ServiceHelper.
See Also