IHttpOperations<T>.PutAsync(String, T, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<T> PutAsync (string requestUri, T payload, System.Threading.CancellationToken token);
abstract member PutAsync : string * 'T * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
Public Function PutAsync (requestUri As String, payload As T, token As CancellationToken) As Task(Of T)
Parameters
- requestUri
- String
- payload
- T
- token
- CancellationToken
Returns
Task<T>