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