Click or drag to resize
IProvisioningInquiry Interface

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

Provides methods for checking if services can be connected or not

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IProvisioningInquiry

The IProvisioningInquiry type exposes the following members.

Methods
  NameDescription
Public methodIProvisioningInquiryResultConnect(IEnumerableIServiceConfiguration, DictionaryInt64, Int64, Int64, DateTime, NullableInt64) Obsolete.
Checks if servicesToConnect can all be connected at the specified address at the specified time
Public methodIProvisioningInquiryResultDisconnect(IEnumerableInt64, DictionaryInt64, Int64, Int64, DateTime, NullableInt64) Obsolete.
Checks if the provided enumerable of subscriptionsToDisconnect can all be disconnected at the specified time
Public methodIProvisioningInquiryResultTransition(ITransitionConfiguration)
Validates and prepares a Transaction
Public methodIProvisioningInquiryResultTransition(IEnumerableInt64, IEnumerableIServiceConfiguration, DictionaryInt64, Int64, Int64, DateTime, NullableInt64) Obsolete.
A combination of a connect and disconnect. Will check if you can connect the provided servicesToConnect on the condition that you would first disconnect subscriptions in subscriptionsToDisconnect
Public methodIProvisioningInquiryResultTransition(IEnumerableInt64, IEnumerableInt64, IEnumerableIServiceConfiguration, DictionaryInt64, Int64, Int64, DateTime, NullableInt64) 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
Top
See Also