ApplicationgetInfo Method |
Retrieves information about the application
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public void getInfo(
Action<ApplicationInfo> callback,
AckCallback errorCallback = null
)
Parameters
- callback
- Type: SystemActionApplicationInfo
Callback to handle the result returned from the core - 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