Click or drag to resize
ModuleBaseListServicesNoChildren Method
Lists the services no children.

Namespace: Atomia.Provisioning.Base.Module
Assembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntax
public abstract List<ModuleService> ListServicesNoChildren(
	string serviceName,
	ResourceDescription resource
)

Parameters

serviceName
Type: SystemString
Name of the root simple service. If required service is not root exceptiopn will be thrown.
resource
Type: Atomia.Provisioning.BaseResourceDescription
The resource description of resource where is service located.

Return Value

Type: ListModuleService
List of services.
See Also