Note: This API is now obsolete.
Leaves the current window group so that the window
can be move independently of those in the group.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax [ObsoleteAttribute("This API has been deprecated.")]
public void leaveGroup(
AckCallback callback = null,
AckCallback errorCallback = null
)
Parameters
- callback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method succeeds.
- 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