Click or drag to resize

ILicensingProviderDisconnectRealmChildCustomer Method

Disconnects the relationship between a Realm and a Customer.

Namespace: RCS.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
Syntax
C#
Task<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

TaskRealm
An 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