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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET