|
ILicensingProviderListRealms Method
|
Returns a set of all full Realm entities in the licensing database. The Realms are not 'deep' loaded
and the relationship properties will be null.
Namespace: RCS.Carbon.Licensing.SharedAssembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
SyntaxTask<Realm[]> ListRealms()
Return Value
TaskRealmAn asynchronous Task with a Result containing an array of Realm entities. The array may be zero-length.
See Also