|
ILicensingProviderConnectRealmChildCustomers Method
|
Connects a Realm to Customers to create relationships.
Namespace: RCS.Carbon.Licensing.SharedAssembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
SyntaxTask<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
TaskRealmAn 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