ComponentOne Studio Web API Edition
GetAnalysisStatus Method

The data source key specifies the data.
The key specifies the analysis instance.
Gets the analysis status.
Syntax
'Declaration
 
<HttpGetAttribute()>
<CacheControlAttribute(NoCache=True, NoStore=True)>
<RouteAttribute("{dataSourceKey}/analyses/{token}/status")>
Public Overridable Function GetAnalysisStatus( _
   ByVal dataSourceKey As String, _
   ByVal token As String _
) As IHttpActionResult
[HttpGet()]
[CacheControl(NoCache=true, NoStore=true)]
[Route("{dataSourceKey}/analyses/{token}/status")]
public virtual IHttpActionResult GetAnalysisStatus( 
   string dataSourceKey,
   string token
)

Parameters

dataSourceKey
The data source key specifies the data.
token
The key specifies the analysis instance.

Return Value

The status.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataEngineController Class
DataEngineController Members

 

 


Copyright © GrapeCity, inc. All rights reserved.