'Declaration
<HttpPostAttribute()> <PathRouteAttribute("{*reportPath}$instances/{instanceId}/stop")> Public Overridable Function StopInstanceRendering( _ ByVal reportPath As String, _ ByVal instanceId As String _ ) As IActionResult
[HttpPost()] [PathRoute("{*reportPath}$instances/{instanceId}/stop")] public virtual IActionResult StopInstanceRendering( string reportPath, string instanceId )
Parameters
- reportPath
- The full path of the report.
- instanceId
- The report instance id.
Return Value
An Microsoft.AspNetCore.Mvc.IActionResult type object with content of C1.Web.Api.Report.Models.ReportStatus type object.