ReadOnlyModelControllerTNew Method

Gets a new record.

Definition

Namespace: Gemstone.Web.APIController
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.171 -- Release Build+f97a6efcf348dbb2ce14e0dc455918e455771b06
[HttpGetAttribute]
[RouteAttribute("New")]
public virtual Task<IActionResult> New(
	CancellationToken cancellationToken
)

Parameters

cancellationToken  CancellationToken
Propagates notification that operations should be canceled.

Return Value

TaskIActionResult
A [!:T] object or Exception.

See Also