Table of Contents

Method Create

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll

Create(IPropertyValues, CancellationToken)

Creates a new entity with the specified property values.

public Task<T> Create(IPropertyValues propertyValues, CancellationToken cancellationToken = default)

Parameters

propertyValues IPropertyValues

The property values of the new entity.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<T>

A task that represents the asynchronous operation. The task result contains the created entity.