MapFileSourceBase.GetFileStream(String, CancellationToken) Method
In This Article
Returns the file stream associated with this file source.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public abstract IRandomAccessStream GetFileStream(
string fileName,
CancellationToken token
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A string specifying the file name. |
token | Cancellation |
A Cancellation |
#Returns
Type | Description |
---|---|
IRandom |
An object implementing the IRandom |
See Also