Click or drag to resize

DesktopSystem.getRuntimeInfo Method

Gets info about the runtime

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void getRuntimeInfo(
	Action<RuntimeInfo> callback,
	AckCallback errorCallback = null
)

Parameters

callback
Type: System.Action<RuntimeInfo>
Callback to handle the result
errorCallback (Optional)
Type: Openfin.Desktop.AckCallback
(Optional) A function that is called if the method fails. The reason for failure is passed as an argument.
See Also