Click or drag to resize

CoreApiProxyGetNumberOfServicesForPackage Method

Finds the number of services with specified name for given account and packge.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public Dictionary<string, int> GetNumberOfServicesForPackage(
	string[] serviceNames,
	string account,
	string package
)

Parameters

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

Return Value

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

Implements

ICoreApiGetNumberOfServicesForPackage(String, String, String)
See Also