Click or drag to resize

CoreApiProxyFindNumberOfServicesByPath Method

Finds the number of services by path.

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<ServiceSearchCriteria, int> FindNumberOfServicesByPath(
	ServiceSearchCriteria[] searchCriteriaList,
	Dictionary<string, string> properties,
	string account
)

Parameters

searchCriteriaList
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiServiceSearchCriteria
The search criteria list.
properties
Type: System.Collections.GenericDictionaryString, String
The properties.
account
Type: SystemString
The account.

Return Value

Type: DictionaryServiceSearchCriteria, Int32

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.FindNumberOfServicesByPath(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String)"]

Implements

ICoreApiFindNumberOfServicesByPath(ServiceSearchCriteria, DictionaryString, String, String)
See Also