Click or drag to resize
ISubscriptionManagerCalculateSubscriptionSla Method

[This is preliminary documentation and is subject to change.]

Calculates subscription SLA

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
double CalculateSubscriptionSla(
	long subscriptionId,
	int days
)

Parameters

subscriptionId
Type: SystemInt64
Subscription id
days
Type: SystemInt32
Number of days to calculate

Return Value

Type: Double
The SLA
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if subscription does not exist.
InvalidIdentifierExceptionThrown if id is zero or less.
See Also