TaskHttpClientBase.AppendTimelineRecordFeedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AppendTimelineRecordFeedAsync(Guid, String, Guid, Guid, Guid, TimelineRecordFeedLinesWrapper, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task AppendTimelineRecordFeedAsync(Guid scopeIdentifier, string hubName, Guid planId, Guid timelineId, Guid recordId, Microsoft.TeamFoundation.DistributedTask.WebApi.TimelineRecordFeedLinesWrapper lines, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member AppendTimelineRecordFeedAsync : Guid * string * Guid * Guid * Guid * Microsoft.TeamFoundation.DistributedTask.WebApi.TimelineRecordFeedLinesWrapper * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.AppendTimelineRecordFeedAsync : Guid * string * Guid * Guid * Guid * Microsoft.TeamFoundation.DistributedTask.WebApi.TimelineRecordFeedLinesWrapper * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- scopeIdentifier
- Guid
The project GUID to scope the request
- hubName
- String
The name of the server hub: "build" for the Build server or "rm" for the Release Management server
- planId
- Guid
- timelineId
- Guid
- recordId
- Guid
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
AppendTimelineRecordFeedAsync(Guid, String, Guid, Guid, Guid, VssJsonCollectionWrapper<IEnumerable<String>>, Object, CancellationToken)
public virtual System.Threading.Tasks.Task AppendTimelineRecordFeedAsync(Guid scopeIdentifier, string hubName, Guid planId, Guid timelineId, Guid recordId, Microsoft.VisualStudio.Services.WebApi.VssJsonCollectionWrapper<System.Collections.Generic.IEnumerable<string>> lines, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member AppendTimelineRecordFeedAsync : Guid * string * Guid * Guid * Guid * Microsoft.VisualStudio.Services.WebApi.VssJsonCollectionWrapper<seq<string>> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.AppendTimelineRecordFeedAsync : Guid * string * Guid * Guid * Guid * Microsoft.VisualStudio.Services.WebApi.VssJsonCollectionWrapper<seq<string>> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- scopeIdentifier
- Guid
The project GUID to scope the request
- hubName
- String
The name of the server hub: "build" for the Build server or "rm" for the Release Management server
- planId
- Guid
- timelineId
- Guid
- recordId
- Guid
- lines
- Microsoft.VisualStudio.Services.WebApi.VssJsonCollectionWrapper<IEnumerable<String>>
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.