ContinueExecutionCompletedCallback Delegate

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

Syntax

'宣言
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

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace