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.
Write the servicing step details to the supplied stream.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub Write ( _
operationClass As String, _
queueTime As DateTime, _
startTime As DateTime, _
endTime As DateTime, _
jobResult As ServicingJobResult, _
stepDetails As List(Of ServicingStepDetail), _
logHandler As IServicingLogEntryHandler _
)
public void Write(
string operationClass,
DateTime queueTime,
DateTime startTime,
DateTime endTime,
ServicingJobResult jobResult,
List<ServicingStepDetail> stepDetails,
IServicingLogEntryHandler logHandler
)
public:
void Write(
String^ operationClass,
DateTime queueTime,
DateTime startTime,
DateTime endTime,
ServicingJobResult jobResult,
List<ServicingStepDetail^>^ stepDetails,
IServicingLogEntryHandler^ logHandler
)
member Write :
operationClass:string *
queueTime:DateTime *
startTime:DateTime *
endTime:DateTime *
jobResult:ServicingJobResult *
stepDetails:List<ServicingStepDetail> *
logHandler:IServicingLogEntryHandler -> unit
public function Write(
operationClass : String,
queueTime : DateTime,
startTime : DateTime,
endTime : DateTime,
jobResult : ServicingJobResult,
stepDetails : List<ServicingStepDetail>,
logHandler : IServicingLogEntryHandler
)
Parameters
- operationClass
Type: System.String
- queueTime
Type: System.DateTime
- startTime
Type: System.DateTime
- endTime
Type: System.DateTime
- jobResult
Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobResult
- stepDetails
Type: System.Collections.Generic.List<ServicingStepDetail>
- logHandler
Type: Microsoft.TeamFoundation.Framework.Server.IServicingLogEntryHandler
.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.