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
)
Public Function FindNumberOfServicesByPath (
searchCriteriaList As ServiceSearchCriteria(),
properties As Dictionary(Of String, String),
account As String
) As Dictionary(Of ServiceSearchCriteria, Integer)
public:
virtual Dictionary<ServiceSearchCriteria^, int>^ FindNumberOfServicesByPath(
array<ServiceSearchCriteria^>^ searchCriteriaList,
Dictionary<String^, String^>^ properties,
String^ account
) sealed
abstract FindNumberOfServicesByPath :
searchCriteriaList : ServiceSearchCriteria[] *
properties : Dictionary<string, string> *
account : string -> Dictionary<ServiceSearchCriteria, int>
override FindNumberOfServicesByPath :
searchCriteriaList : ServiceSearchCriteria[] *
properties : Dictionary<string, string> *
account : string -> Dictionary<ServiceSearchCriteria, int>
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