BuildStoreWebService.UpdateBuildLogLocation Method
This is the webmethod that updates the entry LogLocation 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 UpdateBuildLogLocation ( _
buildUri As String, _
logLocation As String _
)
[WebMethodAttribute]
public void UpdateBuildLogLocation(
string buildUri,
string logLocation
)
[WebMethodAttribute]
public:
void UpdateBuildLogLocation(
String^ buildUri,
String^ logLocation
)
[<WebMethodAttribute>]
member UpdateBuildLogLocation :
buildUri:string *
logLocation:string -> unit
public function UpdateBuildLogLocation(
buildUri : String,
logLocation : String
)
Parameters
- buildUri
Type: System.String
- logLocation
Type: System.String
.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