Click or drag to resize

InterApplicationBus Constructor

Note: This API is now obsolete.

InterApplicationBus Constructor

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("Direct InterApplicationBus creation is no longer supported. Use Runtime.InterApplicationBus instead.")]
public InterApplicationBus(
	DesktopConnection desktopConnection
)

Parameters

desktopConnection
Type: Openfin.DesktopDesktopConnection
Connection object to the AppDesktop.DesktopConnection
See Also