Click or drag to resize
IProvisioningConfiguratorCallbacksAfterSubscriptionsRescheduled Property

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

A callback that is executed when an order has been amended and subscriptions has been updated/rescheduled automatically. Primary purpose of this event is to update references between orders/products/subscriptions.

Namespace: Netadmin.Management.Provisioning.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
Action<IReadOnlyDictionary<long, long>> AfterSubscriptionsRescheduled { get; set; }

Property Value

Type: ActionIReadOnlyDictionaryInt64, Int64
See Also