IHttpOperations<T>.GetAsync(String, 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> GetAsync (string requestUri, System.Threading.CancellationToken token);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
Public Function GetAsync (requestUri As String, token As CancellationToken) As Task(Of T)
Parameters
- requestUri
- String
- token
- CancellationToken
Returns
Task<T>