Click or drag to resize
IProvisioningInquiryDisconnect Method

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

Note: This API is now obsolete.

Checks if the provided enumerable of subscriptionsToDisconnect can all be disconnected at the specified time

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 Disconnect(
	IEnumerable<long> subscriptionsToDisconnect,
	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
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.Disconnect(System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.Dictionary{System.Int64,System.Int64},System.Int64,System.DateTime,System.Nullable{System.Int64})"]

See Also