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 writes data into the BuildSteps table.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub AddBuildStep ( _
buildUri As String, _
buildStepName As String, _
stepMessage As String, _
startTime As DateTime, _
parentBuildStepId As Long, _
<OutAttribute> ByRef buildStepId As Long _
)
[WebMethodAttribute]
public void AddBuildStep(
string buildUri,
string buildStepName,
string stepMessage,
DateTime startTime,
long parentBuildStepId,
out long buildStepId
)
[WebMethodAttribute]
public:
void AddBuildStep(
String^ buildUri,
String^ buildStepName,
String^ stepMessage,
DateTime startTime,
long long parentBuildStepId,
[OutAttribute] long long% buildStepId
)
[<WebMethodAttribute>]
member AddBuildStep :
buildUri:string *
buildStepName:string *
stepMessage:string *
startTime:DateTime *
parentBuildStepId:int64 *
buildStepId:int64 byref -> unit
public function AddBuildStep(
buildUri : String,
buildStepName : String,
stepMessage : String,
startTime : DateTime,
parentBuildStepId : long,
buildStepId : long
)
Parameters
- buildUri
Type: System.String
- buildStepName
Type: System.String
- stepMessage
Type: System.String
- startTime
Type: System.DateTime
- parentBuildStepId
Type: System.Int64
- buildStepId
Type: System.Int64%
.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