EstimateTileCacheSizeJob Class

ExportTileCacheTask::estimateTileCacheSize method."> EstimateTileCacheSizeJob Class | ArcGISQtCpp
  • EstimateTileCacheSizeJob
  • class Esri::ArcGISRuntime::EstimateTileCacheSizeJob

    A job returned by the ExportTileCacheTask::estimateTileCacheSize method. More...

    Header: #include <EstimateTileCacheSizeJob.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Job

    Public Functions

    virtual ~EstimateTileCacheSizeJob() override
    Esri::ArcGISRuntime::EstimateTileCacheSizeResult *result() const

    Detailed Description

    The result of this job is a EstimateTileCacheSizeResult object. The result can be retrieved after the job status changes to JobStatus::Succeeded.

    Member Function Documentation

    [override virtual] EstimateTileCacheSizeJob::~EstimateTileCacheSizeJob()

    Destructor.

    Esri::ArcGISRuntime::EstimateTileCacheSizeResult *EstimateTileCacheSizeJob::result() const

    Returns for a successfully completed job the result returns an estimate of the tile cache size. Otherwise empty is returned.

    If the job is in progress then a empty result is returned until the job successfully completes.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.