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.
The callback that should be invoked when the task is executed
Namespace: Microsoft.TeamFoundation.Framework.Server.Task
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Callback As TeamFoundationTaskCallback
public TeamFoundationTaskCallback Callback { get; private set; }
public:
property TeamFoundationTaskCallback^ Callback {
TeamFoundationTaskCallback^ get ();
private: void set (TeamFoundationTaskCallback^ value);
}
member Callback : TeamFoundationTaskCallback with get, private set
function get Callback () : TeamFoundationTaskCallback
private function set Callback (value : TeamFoundationTaskCallback)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationTaskCallback
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.