'Declaration
<HttpGetAttribute()> <RouteAttribute("{dataSourceKey}/analyses/{token}/result")> Public Overridable Function GetAnalysisResult( _ ByVal dataSourceKey As String, _ ByVal token As String _ ) As IHttpActionResult
[HttpGet()] [Route("{dataSourceKey}/analyses/{token}/result")] public virtual IHttpActionResult GetAnalysisResult( string dataSourceKey, string token )
Parameters
- dataSourceKey
- The data source key specifies the data.
- token
- The key specifies the analysis instance.
Return Value
The analysis result data.