Click or drag to resize

PlatformCloseViewAsync Method (PlatformView)

Closes a specified view. Use this override for views that were created and pushed to a window. (HasParentWindow = true)

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task CloseViewAsync(
	PlatformView view
)

Parameters

view
Type: Openfin.Desktop.PlatformAPI.ViewPlatformView

[Missing <param name="view"/> documentation for "M:Openfin.Desktop.PlatformAPI.Platform.CloseViewAsync(Openfin.Desktop.PlatformAPI.View.PlatformView)"]

Return Value

Type: Task
A void Task
See Also