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.5.1
Syntax 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:
TaskA void Task
See Also