AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

OKSerialized..::..ExecuteAsync Method

Serializes the data as JSON and returns an HTTP 200 OK response.

Namespace:  AdvantageCSP.API.Classes
Assembly:  AdvantageCSP.API (in AdvantageCSP.API.dll)

Syntax


public Task<HttpResponseMessage> ExecuteAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: CancellationToken
The cancellation token.

Return Value

A task containing the HttpResponseMessage with serialized JSON content.