TaskHttpClient.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, IEnumerable<String>, CancellationToken, Object)
public System.Threading.Tasks.Task AppendTimelineRecordFeedAsync(Guid scopeIdentifier, string planType, Guid planId, Guid timelineId, Guid recordId, System.Collections.Generic.IEnumerable<string> lines, System.Threading.CancellationToken cancellationToken = null, object userState = null);
override this.AppendTimelineRecordFeedAsync : Guid * string * Guid * Guid * Guid * seq<string> * System.Threading.CancellationToken * obj -> System.Threading.Tasks.Task
Parameters
- scopeIdentifier
- Guid
- planType
- String
- planId
- Guid
- timelineId
- Guid
- recordId
- Guid
- lines
- IEnumerable<String>
- cancellationToken
- CancellationToken
- userState
- Object
Returns
Applies to
AppendTimelineRecordFeedAsync(Guid, String, Guid, Guid, Guid, Guid, IList<String>, CancellationToken, Object)
public System.Threading.Tasks.Task AppendTimelineRecordFeedAsync(Guid scopeIdentifier, string planType, Guid planId, Guid timelineId, Guid recordId, Guid stepId, System.Collections.Generic.IList<string> lines, System.Threading.CancellationToken cancellationToken = null, object userState = null);
override this.AppendTimelineRecordFeedAsync : Guid * string * Guid * Guid * Guid * Guid * System.Collections.Generic.IList<string> * System.Threading.CancellationToken * obj -> System.Threading.Tasks.Task
Parameters
- scopeIdentifier
- Guid
- planType
- String
- planId
- Guid
- timelineId
- Guid
- recordId
- Guid
- stepId
- Guid
- cancellationToken
- CancellationToken
- userState
- Object