ArcGIS Pro 2.6 API Reference Guide
OpenViewAsync Method

ArcGIS.Desktop.Mapping Namespace > Map Class : OpenViewAsync Method
Open a new view for this map.
Syntax
public Task OpenViewAsync()
Public Function OpenViewAsync() As Task

Return Value

Remarks
OpenViewAsync can be called from any thread. Internally, it does not use the QueuedTask. Ideally, this method is not awaited. However, if awaited, the returned task completes at the momment of the initial draw on the newly opened view.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Map Class
Map Members