Share via


Command.ContinueExecution Method

Derived classes can override ContinueExecution when the initial call to Execute returns partial results. This will allow the command to continue with the operation and retrieve more data for the response.

If the command always returns completed results from the Execute method it does not have to implement this method.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Sub ContinueExecution
public virtual void ContinueExecution()
public:
virtual void ContinueExecution()
abstract ContinueExecution : unit -> unit  
override ContinueExecution : unit -> unit
public function ContinueExecution()

.NET Framework Security

See Also

Reference

Command Class

Microsoft.TeamFoundation.Framework.Server Namespace