| LicensingClientReadEntity Method |
Read an record with a specified primary key id.
Namespace: RCS.Licensing.StdlibAssembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax public Task<EntityBase> ReadEntity(
string entityId
)
Parameters
- entityId String
[Missing <param name="entityId"/> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.ReadEntity(System.String)"]
Return Value
TaskEntityBase[Missing <returns> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.ReadEntity(System.String)"]
Remarks
An entity record is one of the types: Authority, Distributor, Agency or Customer. A record is only
returned if its type is one of the entity types. Other record types such as User or Vartree will
not be returned even if their id is specified correctly.
See Also