REST.Backend.PushTypes.IBackendPushDeviceApi2.TryGetInstallationValue
Delphi
function TryGetInstallationValue(out AValue: TBackendEntityValue): Boolean;
C++
virtual bool __fastcall TryGetInstallationValue(/* out */ Rest::Backend::Metatypes::TBackendEntityValue &AValue) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | REST.Backend.PushTypes.pas REST.Backend.PushTypes.hpp |
REST.Backend.PushTypes | IBackendPushDeviceApi2 |
Description
Tries to get the identify of the installation object after a device has been registered. Returns True
if the identity is available.
Use the TBackendEntityValue.ObjectID property to retrieve the object ID of the installation object.