RaveGeoDataSet.Asynchronous Property
Gets or sets a value indicating if the dataset will read data asynchronously or not.
Syntax
public System.Boolean Asynchronous { get; set; }
Property Value
Default: false
True is data is read asynchronously; False otherwise.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
This property has been deprecated, and may be removed in a future version. To load data asynchronously, put the layer with the RaveGeoDataSet inside a TileLayer instead.
If this property is True, the dataset will read data in a background thread; starting with low-resolution data, and gradually improving the resolution until the desired resolution is read. Meanwhile it will send events to the view as new data becomes available so that i can update when needed.
If this property is False, the dataset will wait until all data has been read with the desired resolution.
Platforms
Windows, Linux