Click or drag to resize

DesktopSystemgetRvmInfo Method

Gets info about the RVM

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

Parameters

callback
Type: SystemActionRvmInfo
Callback to handle the result
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