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.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Delegate Sub TeamFoundationTaskCallback ( _
taskArgs As Object _
)
public delegate void TeamFoundationTaskCallback(
Object taskArgs
)
public delegate void TeamFoundationTaskCallback(
Object^ taskArgs
)
type TeamFoundationTaskCallback =
delegate of
taskArgs:Object -> unit
JScript does not support delegates.
Parameters
- taskArgs
Type: System.Object