Click or drag to resize
IProvisioningConfiguratorCallbacksAfterNewSubscriptionsPersisted Property

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

A callback that is executed after all new subscriptions have been created but before any subscription job has been persisted. Parameter is a dictionary with the reference id (from the provisioning inquiry) as key and the id of the created subscription as value. Primary purpose of this is to be able to create additional relations on the subscription. Important in cases where you need to save the relation before the connection job has been executed.

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

Property Value

Type: ActionIReadOnlyDictionaryInt64, Int64
See Also