Click or drag to resize

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

Return Value

TaskRealm
An asynchronous Task with a Result containing an array of Realm entities. The array may be zero-length.
See Also