Click or drag to resize
ICoreApiGetNumberOfServicesForAccount Method
Finds the number of services with specified name for given account.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
Dictionary<string, int> GetNumberOfServicesForAccount(
	string[] serviceNames,
	string account
)

Parameters

serviceNames
Type: SystemString
Array of service names to search for.
account
Type: SystemString
Owner account id.

Return Value

Type: DictionaryString, Int32
Number of found services by name.
See Also