MapFileReaderBase.ReadAsync(MapFileSourceBase, CancellationToken, VectorFileLayer) Method
In This Article
Asynchronously reads a sequence of bytes from the specified file source and advances the position within the stream by the number of bytes read.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public virtual void ReadAsync(
MapFileSourceBase fileSource,
CancellationToken token,
VectorFileLayer layer
)
#Parameters
Name | Type | Description |
---|---|---|
file |
Map |
A Map |
token | Cancellation |
A Cancellation |
layer | Vector |
A Vector |
See Also