Table of Contents

Method GetShow

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

GetShow(IPrimaryKey, CancellationToken)

Retrieves the show data for the specified keys.

public Task<TShow> GetShow(IPrimaryKey keys, CancellationToken cancellationToken = default)

Parameters

keys IPrimaryKey

The primary keys of the entity.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<TShow>

The show data for the specified keys.