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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.