Click or drag to resize

ILicensingProviderReplaceRealmChildCustomers Method

Replaces all of a Realm's connections (relationships) to customers.

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

TaskRealm
An asynchronous Task with a Result containing the full ('deep' loaded) Realm after processing. Null is returned if the realmId is not found.
See Also