ComponentOne Web API Edition
GetAnalysisStatus Method

C1.Web.Api.DataEngine Namespace > DataEngineController Class : GetAnalysisStatus Method
The data source key specifies the data.
The key specifies the analysis instance.
Gets the analysis status.
Syntax
'Declaration
 
<RouteAttribute("{dataSourceKey}/analyses/{token}/status")>
<CacheControlAttribute(NoCache=True, NoStore=True)>
<HttpGetAttribute()>
Public Overridable Function GetAnalysisStatus( _
   ByVal dataSourceKey As String, _
   ByVal token As String _
) As IHttpActionResult
[Route("{dataSourceKey}/analyses/{token}/status")]
[CacheControl(NoCache=true, NoStore=true)]
[HttpGet()]
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.
See Also

Reference

DataEngineController Class
DataEngineController Members