This documentation is archived and is not being maintained.

TeamFoundationTaskCallback Delegate

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)

public delegate void TeamFoundationTaskCallback(
	TeamFoundationRequestContext^ requestContext, 
	Object^ taskArgs
)
Show: