ModuleBaseListServicesNoChildren Method |
Lists the services no children.
Namespace: Atomia.Provisioning.Base.ModuleAssembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntaxpublic abstract List<ModuleService> ListServicesNoChildren(
string serviceName,
ResourceDescription resource
)
Public MustOverride Function ListServicesNoChildren (
serviceName As String,
resource As ResourceDescription
) As List(Of ModuleService)
public:
virtual List<ModuleService^>^ ListServicesNoChildren(
String^ serviceName,
ResourceDescription^ resource
) abstract
abstract ListServicesNoChildren :
serviceName : string *
resource : ResourceDescription -> List<ModuleService>
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:
ListModuleServiceList of services.
See Also