UpdatedODataResult<T>.ExecuteAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
System.Web.Http.IHttpActionResult.ExecuteAsync(System.Threading.CancellationToken)
public virtual System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> ExecuteAsync (System.Threading.CancellationToken cancellationToken);
abstract member ExecuteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
override this.ExecuteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Public Overridable Function ExecuteAsync (cancellationToken As CancellationToken) As Task(Of HttpResponseMessage)
Parameters
- cancellationToken
- CancellationToken
Returns
Implements
System.Web.Http.IHttpActionResult.ExecuteAsync(System.Threading.CancellationToken)