Skip to main content

MapStorageFileSource.GetFileStream(String, CancellationToken) Method

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 override IRandomAccessStream GetFileStream(
    string fileName,
    CancellationToken token
)

Parameters

Name Type Description
fileName String

A string specifying the file name.

token CancellationToken

A CancellationToken object to monitor for cancellation requests.

Returns

Type Description
IRandomAccessStream

An object implementing the IRandomAccessStream interface.

See Also