Click or drag to resize

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
public LimitationByService[] GetChildServiceLimitCount(
	ProvisioningService parentService,
	string accountId,
	string serviceName
)

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