ProxyBase.ContinueWith(Task<Object>) 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.
This method is used by the generated proxy type and should be used directly. This method converts the Task with object return value to a Task without the return value for the void method invocation.
protected System.Threading.Tasks.Task ContinueWith (System.Threading.Tasks.Task<object> task);
member this.ContinueWith : System.Threading.Tasks.Task<obj> -> System.Threading.Tasks.Task
Protected Function ContinueWith (task As Task(Of Object)) As Task
Parameters
Returns
A task that represents the asynchronous operation for remote method call without the return value.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET