OgcWmtsLayer.Asynchronous Property
Gets or sets a flag indicating if the layer should work in synchronous or asynchronous mode.
Syntax
public System.Boolean Asynchronous { get; set; }
Property Value
Default: true
A flag indicating if the layer should work in synchronous or asynchronous mode.
Remarks
If this property is True, an update of the layer will render the currently loaded tiles and then return immediately without blocking. As the remaining tiles are loaded, the layer will automatically trigger new updates of the view.
If this property is False, an update will block the thread until all required tiles have been loaded.
Platforms
Windows, Linux, Android