Click or drag to resize
IProvisioningConfiguratorCallbacksBeforeDisconnectionJobsPersisted Property

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

A callback that is executed just before disconnection jobs are persisted. Parameter is the ids of subscriptions that will recieve disconnection jobs. 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 disconnection 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<IEnumerable<long>> BeforeDisconnectionJobsPersisted { get; set; }

Property Value

Type: ActionIEnumerableInt64
See Also