Notify the server that the build with the provided URI has completed.
Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function NotifyBuildCompleted ( _
    buildUri As String _
) As BuildDetail2010
[WebMethodAttribute]
public BuildDetail2010 NotifyBuildCompleted(
    string buildUri
)
[WebMethodAttribute]
public:
BuildDetail2010^ NotifyBuildCompleted(
    String^ buildUri
)
[<WebMethodAttribute>]
member NotifyBuildCompleted : 
        buildUri:string -> BuildDetail2010
public function NotifyBuildCompleted(
    buildUri : String
) : BuildDetail2010
Parameters
- buildUri 
 Type: System.String- The URI of the build that has completed. 
Return Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.BuildDetail2010
Returns BuildDetail2010.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace