Method PutAsync
- Namespace
- Innova.Rest.Abstractions
- Assembly
- Innova.Rest.Abstractions.dll
PutAsync<PostType, GetType>(string, PostType, CancellationToken)
Task<GetType> PutAsync<PostType, GetType>(string path, PostType itemToPost, CancellationToken cancellationToken = default)
Parameters
path
stringitemToPost
PostTypecancellationToken
CancellationToken
Returns
- Task<GetType>
Type Parameters
PostType
GetType