Click or drag to resize

DesktopConnectiononError Method

Callback when client cannot start or connect to the Desktop.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void onError(
	string reason
)

Parameters

reason
Type: SystemString

[Missing <param name="reason"/> documentation for "M:Openfin.Desktop.DesktopConnection.onError(System.String)"]

Implements

DesktopStateListeneronError(String)
See Also