IAppliable<T>.ApplyAsync(CancellationToken, Boolean) Method
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.
Execute the update request asynchronously.
C#
public System.Threading.Tasks.Task<T> ApplyAsync(System.Threading.CancellationToken cancellationToken = default, bool multiThreaded = true);
abstract member ApplyAsync : System.Threading.CancellationToken * bool -> System.Threading.Tasks.Task<'T>
Public Function ApplyAsync (Optional cancellationToken As CancellationToken = Nothing, Optional multiThreaded As Boolean = true) As Task(Of T)
- cancellationToken
- CancellationToken
cancellationToken the cancellation token
- multiThreaded
- Boolean
multiThreaded use mutli-threading
Task<T>
the handle to the REST call
Продукт | Версії |
---|---|
Azure SDK for .NET | Legacy |
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.
Відгук про Azure SDK for .NET
Azure SDK for .NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: