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
)
Public Sub RemoveOldDeletedServices (
numberOfDays As Integer,
batchSize As Integer
)
public:
virtual void RemoveOldDeletedServices(
int numberOfDays,
int batchSize
) sealed
abstract RemoveOldDeletedServices :
numberOfDays : int *
batchSize : int -> unit
override RemoveOldDeletedServices :
numberOfDays : int *
batchSize : int -> unit
Parameters
- numberOfDays
- Type: SystemInt32
Number of days. - batchSize
- Type: SystemInt32
Batch size.
Implements
ICoreApiRemoveOldDeletedServices(Int32, Int32)See Also