Table of Contents

Method PutAsync

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

PutAsync<PostType, GetType>(string, PostType, CancellationToken)

public Task<GetType> PutAsync<PostType, GetType>(string path, PostType itemToPut, CancellationToken cancellationToken = default)

Parameters

path string
itemToPut PostType
cancellationToken CancellationToken

Returns

Task<GetType>

Type Parameters

PostType
GetType