TaskHttpClientBase Class
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.
public abstract class TaskHttpClientBase : Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
type TaskHttpClientBase = class
inherit VssHttpClientBase
Public MustInherit Class TaskHttpClientBase
Inherits VssHttpClientBase
Inheritance
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
TaskHttpClientBase
Derived
Constructors
TaskHttpClientBase(Uri, HttpMessageHandler, Boolean)
TaskHttpClientBase(Uri, VssCredentials, DelegatingHandler[])
TaskHttpClientBase(Uri, VssCredentials, VssHttpRequestSettings, DelegatingHandler[])
TaskHttpClientBase(Uri, VssCredentials, VssHttpRequestSettings)
TaskHttpClientBase(Uri, VssCredentials)
Methods
AppendLogContentAsync(Guid, String, Guid, Int32, Stream, Object, CancellationToken)
[Preview API]
AppendTimelineRecordFeedAsync(Guid, String, Guid, Guid, Guid, TimelineRecordFeedLinesWrapper, Object, CancellationToken)
[Preview API]
AppendTimelineRecordFeedAsync(Guid, String, Guid, Guid, Guid, VssJsonCollectionWrapper<IEnumerable<String>>, Object, CancellationToken)
CreateAttachmentAsync(Guid, String, Guid, Guid, Guid, String, String, Stream, Object, CancellationToken)
[Preview API]
CreateLogAsync(Guid, String, Guid, TaskLog, Object, CancellationToken)
[Preview API]
CreateTimelineAsync(Guid, String, Guid, Timeline, Object, CancellationToken)
[Preview API]
DeleteTimelineAsync(Guid, String, Guid, Guid, Object, CancellationToken)
[Preview API]
GetAttachmentAsync(Guid, String, Guid, Guid, Guid, String, String, Object, CancellationToken)
[Preview API]
GetAttachmentContentAsync(Guid, String, Guid, Guid, Guid, String, String, Object, CancellationToken)
[Preview API]
GetAttachmentsAsync(Guid, String, Guid, Guid, Guid, String, Object, CancellationToken)
[Preview API]
GetLogAsync(Guid, String, Guid, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)
[Preview API]
GetLogsAsync(Guid, String, Guid, Object, CancellationToken)
[Preview API]
GetPlanAsync(Guid, String, Guid, Object, CancellationToken)
[Preview API]
GetPlanAttachmentsAsync(Guid, String, Guid, String, Object, CancellationToken)
[Preview API]
GetPlanGroupsQueueMetricsAsync(Guid, String, Object, CancellationToken)
[Preview API]
GetQueuedPlanGroupAsync(Guid, String, String, Object, CancellationToken)
[Preview API]
GetQueuedPlanGroupsAsync(Guid, String, Nullable<PlanGroupStatus>, Nullable<Int32>, Object, CancellationToken)
[Preview API]
GetRecordsAsync(Guid, String, Guid, Guid, Nullable<Int32>, Object, CancellationToken)
[Preview API]
GetTimelineAsync(Guid, String, Guid, Guid, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)
[Preview API]
GetTimelinesAsync(Guid, String, Guid, Object, CancellationToken)
[Preview API]
UpdateRecordsAsync(Guid, String, Guid, Guid, VssJsonCollectionWrapper<IEnumerable<TimelineRecord>>, Object, CancellationToken)
[Preview API]
Applies to