Click or drag to resize
ModuleBaseListServices Method
Creates service tree for specific service. This function should create tree structure of children for specific service.

Namespace: Atomia.Provisioning.Base.Module
Assembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntax
public abstract ModuleService ListServices(
	ModuleService service,
	int maxDepth,
	ResourceDescription resource
)

Parameters

service
Type: Atomia.Provisioning.Base.ModuleModuleService
Specific service for which to build a service tree.
maxDepth
Type: SystemInt32
Maximum depth of services. If this value is -1 module should list all children services.
resource
Type: Atomia.Provisioning.BaseResourceDescription
The resource description of resource where is service located.

Return Value

Type: ModuleService
Service with connected children tree structure.
See Also