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.
This is the webmethod that updates the entry FinishTime in the Builds table.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdateBuildFinishTime ( _
buildUri As String, _
finishTime As DateTime _
)
[WebMethodAttribute]
public void UpdateBuildFinishTime(
string buildUri,
DateTime finishTime
)
[WebMethodAttribute]
public:
void UpdateBuildFinishTime(
String^ buildUri,
DateTime finishTime
)
[<WebMethodAttribute>]
member UpdateBuildFinishTime :
buildUri:string *
finishTime:DateTime -> unit
public function UpdateBuildFinishTime(
buildUri : String,
finishTime : DateTime
)
Parameters
- buildUri
Type: System.String
- finishTime
Type: System.DateTime
.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