| CoreApiProxyGetChildServiceLimitCount Method  | 
 
            Gets the child service limit count.
            
 
    Namespace: 
   Atomia.Billing.Core.Sdk.ServiceProxies
    Assembly:
   Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
 Syntax
Syntaxpublic LimitationByService[] GetChildServiceLimitCount(
	ProvisioningService parentService,
	string accountId,
	string serviceName
)
Public Function GetChildServiceLimitCount ( 
	parentService As ProvisioningService,
	accountId As String,
	serviceName As String
) As LimitationByService()
public:
virtual array<LimitationByService^>^ GetChildServiceLimitCount(
	ProvisioningService^ parentService, 
	String^ accountId, 
	String^ serviceName
) sealed
abstract GetChildServiceLimitCount : 
        parentService : ProvisioningService * 
        accountId : string * 
        serviceName : string -> LimitationByService[] 
override GetChildServiceLimitCount : 
        parentService : ProvisioningService * 
        accountId : string * 
        serviceName : string -> LimitationByService[] Parameters
- parentService
- Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningService
 The parent service.
- accountId
- Type: SystemString
 The account id.
- serviceName
- Type: SystemString
 Name of the service.
Return Value
Type: 
LimitationByService[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.GetChildServiceLimitCount(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ProvisioningService,System.String,System.String)"]
Implements
ICoreApiGetChildServiceLimitCount(ProvisioningService, String, String) See Also
See Also