Click or drag to resize

CoreApiProxyRemoveOldDeletedServices Method

Removes old deleted services.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public void RemoveOldDeletedServices(
	int numberOfDays,
	int batchSize
)

Parameters

numberOfDays
Type: SystemInt32
Number of days.
batchSize
Type: SystemInt32
Batch size.

Implements

ICoreApiRemoveOldDeletedServices(Int32, Int32)
See Also