| CoreApiProxyGetNumberOfServicesForAccount Method  | 
 
            Gets the number of services for account.
            
 
    Namespace: 
   Atomia.Billing.Core.Sdk.ServiceProxies
    Assembly:
   Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
 Syntax
Syntaxpublic Dictionary<string, int> GetNumberOfServicesForAccount(
	string[] serviceNames,
	string account
)
Public Function GetNumberOfServicesForAccount ( 
	serviceNames As String(),
	account As String
) As Dictionary(Of String, Integer)
public:
virtual Dictionary<String^, int>^ GetNumberOfServicesForAccount(
	array<String^>^ serviceNames, 
	String^ account
) sealed
abstract GetNumberOfServicesForAccount : 
        serviceNames : string[] * 
        account : string -> Dictionary<string, int> 
override GetNumberOfServicesForAccount : 
        serviceNames : string[] * 
        account : string -> Dictionary<string, int> Parameters
- serviceNames
- Type: SystemString
 The service names.
- account
- Type: SystemString
 The account.
Return Value
Type: 
DictionaryString, 
Int32[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.GetNumberOfServicesForAccount(System.String[],System.String)"]
Implements
ICoreApiGetNumberOfServicesForAccount(String, String) See Also
See Also