DesktopSystemgetDeviceId Method |
Note: This API is now obsolete.
Gets the UUID of the computer on which App Desktop is installed.
Requires administrator privileges.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax [ObsoleteAttribute("Getting the UUID of the computer on which App Desktop is installed is no longer supported.")]
public void getDeviceId(
AckCallback callback,
AckCallback errorCallback = null
)
Parameters
- callback
- Type: Openfin.DesktopAckCallback
A function that is called and passed a unique identifier of the device.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails.
The reason for failure is passed as an argument.
See Also