|
ILicensingProviderReplaceRealmChildCustomers Method
|
Replaces all of a Realm's connections (relationships) to customers.
Namespace: RCS.Carbon.Licensing.SharedAssembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
SyntaxTask<Realm?> ReplaceRealmChildCustomers(
string realmId,
string[] customerIds
)
Parameters
- realmId String
- The Id (primary database key) of the Realm.
- customerIds String
- The Ids (primary database keys) of the customers.
Return Value
TaskRealmAn asynchronous Task with a Result containing the full ('deep' loaded) Realm after processing.
Null is returned if the
realmId is not found.
See Also