Click or drag to resize
ITransitionConfiguration Properties

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

The ITransitionConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyInt64AddressId
The address id the method should check
Public propertyIEnumerableT, T: Int64CancelDisconnect
Ids of subscriptions to cancel disconnection NOTE: Once executed, disconnections will be cancelled immediatly, not at the execution time
Public propertyNullableT, T: Int64CustomerId
Optionally specify a customer id, or null for no customer
Public propertyDateTimeExecutionTime
A date and time when the transition should take place
Public propertyBooleanIgnoreBindingAndNoticePeriods
Optionally ignore the binding time and notice periods
Public propertyIReadOnlyDictionaryTKey, TValue, T: Int64PreferedReferences
A dictionary of source subscription id (or reference id) and target subscription id (or reference id). Empty dictionary or null means no preferences
Public propertyIEnumerableT, T: IServiceConfigurationServicesToConnect
IServiceConfigurations for services to connect
Public propertyIEnumerableT, T: Int64SubscriptionsToDelete
An enumerable of all subscriptions that should be deleted. NOTE: Once executed, subscriptions will be deleted immediatly, not at the execution time
Public propertyIEnumerableT, T: Int64SubscriptionsToDisconnect
An enumerable of all subscriptions that would be disconnected
Top
See Also