OKSerialized..::..ExecuteAsync Method
Serializes the data as JSON and returns an HTTP 200 OK response.
Namespace:
AdvantageCSP.API.ClassesAssembly: AdvantageCSP.API (in AdvantageCSP.API.dll)
Syntax
public Task<HttpResponseMessage> ExecuteAsync( CancellationToken cancellationToken )
Parameters
- cancellationToken
- Type: CancellationToken
The cancellation token.

