Method PutAsync
PutAsync<PostType, GetType>(string, PostType, CancellationToken)
public Task<GetType> PutAsync<PostType, GetType>(string path, PostType itemToPut, CancellationToken cancellationToken = default)
Parameters
pathstringitemToPutPostTypecancellationTokenCancellationToken
Returns
- Task<GetType>
Type Parameters
PostTypeGetType