ILController.Slow Method
<HttpPost()> _
<Route("API/Slow")> _
Public Function Slow() As IHttpActionResult
This language is not supported or no code example is available.
[HttpPost()]
[Route("API/Slow")]
public IHttpActionResult Slow()
This language is not supported or no code example is available.
[HttpPost()]
[Route("API/Slow")]
public:
IHttpActionResult^ Slow()
This language is not supported or no code example is available.