Click or drag to resize
ModuleService Constructor (String, String)
Initializes a new instance of the ModuleService class.

Namespace: Atomia.Provisioning.Base.Module
Assembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntax
public ModuleService(
	string serviceName,
	string physicalServiceID
)

Parameters

serviceName
Type: SystemString
Name of the service.
physicalServiceID
Type: SystemString
ID of physical service representation.
See Also