ContinueExecutionCompletedCallback Delegate
OPTIONAL delegate to notify eventual caller that continue execution ended and there is no more data to be queued.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Delegate Sub ContinueExecutionCompletedCallback ( _
commandContext As Command _
)
public delegate void ContinueExecutionCompletedCallback(
Command commandContext
)
public delegate void ContinueExecutionCompletedCallback(
Command^ commandContext
)
type ContinueExecutionCompletedCallback =
delegate of
commandContext:Command -> unit
JScript does not support delegates.
Parameters
- commandContext
Type: Microsoft.TeamFoundation.Framework.Server.Command