Bearbeiten

Freigeben über


TimelineRecordFeedLinesWrapper Constructors

Definition

Overloads

TimelineRecordFeedLinesWrapper()

public TimelineRecordFeedLinesWrapper();
Public Sub New ()

Applies to

TimelineRecordFeedLinesWrapper(Guid, IList<String>)

public TimelineRecordFeedLinesWrapper(Guid stepId, System.Collections.Generic.IList<string> lines);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TimelineRecordFeedLinesWrapper : Guid * System.Collections.Generic.IList<string> -> Microsoft.TeamFoundation.DistributedTask.WebApi.TimelineRecordFeedLinesWrapper
Public Sub New (stepId As Guid, lines As IList(Of String))

Parameters

stepId
Guid
lines
IList<String>

Applies to