Click or drag to resize
IProvisioningInquiryTransition Method (IEnumerableInt64, IEnumerableInt64, IEnumerableIServiceConfiguration, DictionaryInt64, Int64, Int64, DateTime, NullableInt64)

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

Note: This API is now obsolete.

A combination of a connect, disconnect and delete. Will check if you can connect the provided servicesToConnect on the condition that you would first disconnect subscriptions in subscriptionsToDisconnect

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("Will be removed in future version, please use Transition with a transition configuration")]
IProvisioningInquiryResult Transition(
	IEnumerable<long> subscriptionsToDisconnect,
	IEnumerable<long> subscriptionsToDelete,
	IEnumerable<IServiceConfiguration> servicesToConnect,
	Dictionary<long, long> preferedReferences,
	long addressId,
	DateTime executionTime,
	Nullable<long> customerId = null
)

Parameters

subscriptionsToDisconnect
Type: System.Collections.GenericIEnumerableInt64
An enumerable of all subscriptions that would be disconnected
subscriptionsToDelete
Type: System.Collections.GenericIEnumerableInt64
An enumerable of all subscriptions that would be deleted. NOTE! Once executed, will be deleted immediately, not at the execution time
servicesToConnect
Type: System.Collections.GenericIEnumerableIServiceConfiguration
A dictionary where customer id is key and the value is an enumerable of services to connect for that customer
preferedReferences
Type: System.Collections.GenericDictionaryInt64, Int64
A dictionary of source subscription id (or reference id) and target subscription id (or reference id). Empty dictionary or null means no preferences
addressId
Type: SystemInt64
The address id the method should check
executionTime
Type: SystemDateTime
A date and time when the connection should take place
customerId (Optional)
Type: SystemNullableInt64
Optionally specify a customer id

Return Value

Type: IProvisioningInquiryResult

[Missing <returns> documentation for "M:Netadmin.Management.Provisioning.IProvisioningInquiry.Transition(System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.IEnumerable{Netadmin.Management.Provisioning.Dto.IServiceConfiguration},System.Collections.Generic.Dictionary{System.Int64,System.Int64},System.Int64,System.DateTime,System.Nullable{System.Int64})"]

See Also