ContinueExecutionCompletedCallback Delegate
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
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