Show / Hide Table of Contents

Method GetTileDataAsync

GetTileDataAsync(Int32, Int32, Int32, CancellationToken)

Not implemented by this class.

Declaration
protected sealed override Task<ImageTileData> GetTileDataAsync(int level, int row, int column, CancellationToken cancellationToken)
Parameters
Type Name Description
System.Int32 level

The level.

System.Int32 row

The tile row.

System.Int32 column

The tile column.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task<ImageTileData>

Image byte data

Overrides
ImageTiledLayer.GetTileDataAsync(Int32, Int32, Int32, CancellationToken)

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.