Click or drag to resize
IProvisioningInquiry Methods

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

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