This documentation is archived and is not being maintained.
TeamFoundationTaskCallback Delegate
Visual Studio 2013
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 )
Parameters
- requestContext
- Type: Microsoft.TeamFoundation.Framework.Server::TeamFoundationRequestContext
- taskArgs
- Type: System::Object
Show: