Table of Contents

Method Get

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

Get(IPrimaryKey, CancellationToken)

Retrieves the entity with the specified primary keys.

public Task<T> Get(IPrimaryKey keys, CancellationToken cancellationToken = default)

Parameters

keys IPrimaryKey

The primary keys of the entity to retrieve.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<T>

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