|
ILicensingProviderDisconnectRealmChildCustomer Method
|
Disconnects the relationship between a Realm and a Customer.
Namespace: RCS.Carbon.Licensing.SharedAssembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
SyntaxTask<Realm?> DisconnectRealmChildCustomer(
string realmId,
string customerId
)
Parameters
- realmId String
- The Id (primary database key) of the Realm.
- customerId String
- The Id (primary database key) of the Customer.
Return Value
TaskRealmAn asynchronous Task with a Result containing the full ('deep' loaded) Realm after disconnect processing.
Null is returned if the
realmId is not found. The Realm will only be modified if the
customerId
is found and is already connected.
See Also