GetTestResultsForBuildCompletedEventArgs Class

NOTE: This API is now obsolete. The non-obsolete alternative is .

Namespace:  Microsoft.TeamFoundation.Build.Proxy
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class has been deprecated. Please remove all references.")> _
Public Class GetTestResultsForBuildCompletedEventArgs _
    Inherits AsyncCompletedEventArgs
'Usage
Dim instance As GetTestResultsForBuildCompletedEventArgs
[ObsoleteAttribute("This class has been deprecated. Please remove all references.")]
public class GetTestResultsForBuildCompletedEventArgs : AsyncCompletedEventArgs
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.")]
public ref class GetTestResultsForBuildCompletedEventArgs : public AsyncCompletedEventArgs
public class GetTestResultsForBuildCompletedEventArgs extends AsyncCompletedEventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.TeamFoundation.Build.Proxy.GetTestResultsForBuildCompletedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GetTestResultsForBuildCompletedEventArgs Members

Microsoft.TeamFoundation.Build.Proxy Namespace