Struct TileProgress
A tile seeding progress event
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OSGeo.MapGuide.MaestroAPI.Tile
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public struct TileProgress
Constructors
| Improve this Doc View SourceTileProgress(Int32, Int32, Int32)
Constructs a new instance
Declaration
public TileProgress(int rendered, int total, int failed)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rendered | |
System.Int32 | total | |
System.Int32 | failed |
Properties
| Improve this Doc View SourceFailed
The number of failed tile requests
Declaration
public readonly int Failed { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Rendered
The number of rendered tiles
Declaration
public readonly int Rendered { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Total
The total number of tiles to be rendered
Declaration
public readonly int Total { get; }
Property Value
Type | Description |
---|---|
System.Int32 |