Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Notifies the server that the build is complete and sets the status accordingly.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub FinalizeStatus ( _
    status As BuildStatus _
)
void FinalizeStatus(
    BuildStatus status
)
void FinalizeStatus(
    BuildStatus status
)
abstract FinalizeStatus : 
        status:BuildStatus -> unit
function FinalizeStatus(
    status : BuildStatus
)
Parameters
status
Type: Microsoft.TeamFoundation.Build.Client.BuildStatusThe final status of the completed build.
.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.