Click or drag to resize
ModuleService Constructor (String, 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 logicalServiceID,
	string physicalServiceID
)

Parameters

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