[ObsoleteAttribute("Will be removed in future version, please use Transition with a transition configuration")]
IProvisioningInquiryResultDisconnect(
IEnumerable<long> subscriptionsToDisconnect,
Dictionary<long, long> preferedReferences,
longaddressId,
DateTimeexecutionTime,
Nullable<long> customerId = null
)
<ObsoleteAttribute("Will be removed in future version, please use Transition with a transition configuration")>
FunctionDisconnect (
subscriptionsToDisconnectAsIEnumerable(OfLong),
preferedReferencesAsDictionary(OfLong, Long),
addressIdAsLong,
executionTimeAsDateTime,
Optional customerIdAsNullable(OfLong) = Nothing
) AsIProvisioningInquiryResult
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
[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})"]