Click or drag to resize

ILicensingProviderConnectRealmChildCustomers Method

Connects a Realm to Customers to create relationships.

Namespace: RCS.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
Syntax
C#
Task<Realm?> ConnectRealmChildCustomers(
	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 connect processing. Null is returned if the realmId is not found. The Realm will only be modified if it is connected to customerIds that are found and are not already connected.
See Also