| IProvisioningInquiry Methods |
[This is preliminary documentation and is subject to change.]
The IProvisioningInquiry type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| IProvisioningInquiryResult | Connect(IEnumerableIServiceConfiguration, DictionaryInt64, Int64, Int64, DateTime, NullableInt64) | Obsolete.
Checks if servicesToConnect can all be connected at the specified address at the specified time
| |
| IProvisioningInquiryResult | Disconnect(IEnumerableInt64, DictionaryInt64, Int64, Int64, DateTime, NullableInt64) | Obsolete.
Checks if the provided enumerable of subscriptionsToDisconnect can all be disconnected at the specified time
| |
| IProvisioningInquiryResult | Transition(ITransitionConfiguration) |
Validates and prepares a Transaction
| |
| IProvisioningInquiryResult | Transition(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
| |
| IProvisioningInquiryResult | Transition(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
|