Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
TeamFoundationTaskCallback is used as the delegate to call into the consumer's provided worker method which is invoked when the task is executed.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Delegate Sub TeamFoundationTaskCallback ( _
requestContext As TeamFoundationRequestContext, _
taskArgs As Object _
)
public delegate void TeamFoundationTaskCallback(
TeamFoundationRequestContext requestContext,
Object taskArgs
)
public delegate void TeamFoundationTaskCallback(
TeamFoundationRequestContext^ requestContext,
Object^ taskArgs
)
type TeamFoundationTaskCallback =
delegate of
requestContext:TeamFoundationRequestContext *
taskArgs:Object -> unit
JScript does not support delegates.
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- taskArgs
Type: System.Object