Show / Hide Table of Contents

Class WorkItemTrackingHttpClient

Inheritance
object
VssHttpClientBase
WorkItemTrackingHttpClientCompatBase
WorkItemTrackingHttpClientBase
WorkItemTrackingHttpClient
WorkItemTrackingHttpClient
Implements
IVssHttpClient
IDisposable
Inherited Members
WorkItemTrackingHttpClient.CreateAttachmentAsync(string, string, string, object, CancellationToken)
WorkItemTrackingHttpClient.GetQueriesBatchAsync(IEnumerable<Guid>, object, CancellationToken)
WorkItemTrackingHttpClient.ExecuteBatchRequest(IEnumerable<WitBatchRequest>, object, CancellationToken)
WorkItemTrackingHttpClient.CreateWorkItemBatchRequest(int, JsonPatchDocument, bool, bool)
WorkItemTrackingHttpClient.CreateWorkItemBatchRequest(Guid, string, JsonPatchDocument, bool, bool)
WorkItemTrackingHttpClient.CreateWorkItemBatchRequest(string, string, JsonPatchDocument, bool, bool)
WorkItemTrackingHttpClient.HandleResponseAsync(HttpResponseMessage, CancellationToken)
WorkItemTrackingHttpClient.TranslatedExceptions
WorkItemTrackingHttpClientBase.GetRecentActivityDataAsync(object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkArtifactLinkTypesAsync(object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryWorkItemsForArtifactUrisAsync(ArtifactUriQuery, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryWorkItemsForArtifactUrisAsync(ArtifactUriQuery, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryWorkItemsForArtifactUrisAsync(ArtifactUriQuery, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateAttachmentAsync(Stream, string, string, string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateAttachmentAsync(Stream, Guid, string, string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateAttachmentAsync(Stream, string, string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetAttachmentContentAsync(string, Guid, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetAttachmentContentAsync(Guid, Guid, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetAttachmentContentAsync(Guid, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetAttachmentZipAsync(string, Guid, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetAttachmentZipAsync(Guid, Guid, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetAttachmentZipAsync(Guid, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetClassificationNodesAsync(string, IEnumerable<int>, int?, ClassificationNodesErrorPolicy?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetClassificationNodesAsync(Guid, IEnumerable<int>, int?, ClassificationNodesErrorPolicy?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRootNodesAsync(string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRootNodesAsync(Guid, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateOrUpdateClassificationNodeAsync(WorkItemClassificationNode, string, TreeStructureGroup, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateOrUpdateClassificationNodeAsync(WorkItemClassificationNode, Guid, TreeStructureGroup, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteClassificationNodeAsync(string, TreeStructureGroup, string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteClassificationNodeAsync(Guid, TreeStructureGroup, string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetClassificationNodeAsync(string, TreeStructureGroup, string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetClassificationNodeAsync(Guid, TreeStructureGroup, string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateClassificationNodeAsync(WorkItemClassificationNode, string, TreeStructureGroup, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateClassificationNodeAsync(WorkItemClassificationNode, Guid, TreeStructureGroup, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetEngagedUsersAsync(string, int, int, CommentReactionType, int?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetEngagedUsersAsync(Guid, int, int, CommentReactionType, int?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.AddCommentAsync(CommentCreate, string, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.AddCommentAsync(CommentCreate, Guid, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.AddWorkItemCommentAsync(CommentCreate, string, int, CommentFormat, object, CancellationToken)
WorkItemTrackingHttpClientBase.AddWorkItemCommentAsync(CommentCreate, Guid, int, CommentFormat, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteCommentAsync(string, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteCommentAsync(Guid, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentAsync(string, int, int, bool?, CommentExpandOptions?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentAsync(Guid, int, int, bool?, CommentExpandOptions?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentsAsync(string, int, int?, string, bool?, CommentExpandOptions?, CommentSortOrder?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentsAsync(Guid, int, int?, string, bool?, CommentExpandOptions?, CommentSortOrder?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentsBatchAsync(string, int, IEnumerable<int>, bool?, CommentExpandOptions?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentsBatchAsync(Guid, int, IEnumerable<int>, bool?, CommentExpandOptions?, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateCommentAsync(CommentUpdate, string, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateCommentAsync(CommentUpdate, Guid, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateWorkItemCommentAsync(CommentUpdate, string, int, int, CommentFormat, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateWorkItemCommentAsync(CommentUpdate, Guid, int, int, CommentFormat, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateCommentReactionAsync(string, int, int, CommentReactionType, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateCommentReactionAsync(Guid, int, int, CommentReactionType, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteCommentReactionAsync(string, int, int, CommentReactionType, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteCommentReactionAsync(Guid, int, int, CommentReactionType, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentReactionsAsync(string, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentReactionsAsync(Guid, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentVersionAsync(string, int, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentVersionAsync(Guid, int, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentVersionsAsync(string, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetCommentVersionsAsync(Guid, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateWorkItemFieldAsync(WorkItemField2, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateWorkItemFieldAsync(WorkItemField2, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateWorkItemFieldAsync(WorkItemField2, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteWorkItemFieldAsync(string, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteWorkItemFieldAsync(string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteWorkItemFieldAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemFieldAsync(string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemFieldAsync(string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemFieldAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemFieldsAsync(string, GetFieldsExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemFieldsAsync(Guid, GetFieldsExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemFieldsAsync(GetFieldsExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateWorkItemFieldAsync(FieldUpdate, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateWorkItemFieldAsync(FieldUpdate, string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateWorkItemFieldAsync(FieldUpdate, Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.MigrateProjectsProcessAsync(ProcessIdModel, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.MigrateProjectsProcessAsync(ProcessIdModel, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateQueryAsync(QueryHierarchyItem, string, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateQueryAsync(QueryHierarchyItem, Guid, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteQueryAsync(string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteQueryAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueriesAsync(string, QueryExpand?, int?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueriesAsync(Guid, QueryExpand?, int?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueryAsync(string, string, QueryExpand?, int?, bool?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueryAsync(Guid, string, QueryExpand?, int?, bool?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.SearchQueriesAsync(string, string, int?, QueryExpand?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.SearchQueriesAsync(Guid, string, int?, QueryExpand?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateQueryAsync(QueryHierarchyItem, string, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateQueryAsync(QueryHierarchyItem, Guid, string, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueriesBatchAsync(QueryBatchGetRequest, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueriesBatchAsync(QueryBatchGetRequest, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.DestroyWorkItemAsync(int, object, CancellationToken)
WorkItemTrackingHttpClientBase.DestroyWorkItemAsync(string, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.DestroyWorkItemAsync(Guid, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetDeletedWorkItemAsync(int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetDeletedWorkItemAsync(string, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetDeletedWorkItemAsync(Guid, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetDeletedWorkItemsAsync(string, IEnumerable<int>, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetDeletedWorkItemsAsync(Guid, IEnumerable<int>, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetDeletedWorkItemsAsync(IEnumerable<int>, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetDeletedWorkItemShallowReferencesAsync(object, CancellationToken)
WorkItemTrackingHttpClientBase.GetDeletedWorkItemShallowReferencesAsync(string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetDeletedWorkItemShallowReferencesAsync(Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.RestoreWorkItemAsync(WorkItemDeleteUpdate, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.RestoreWorkItemAsync(WorkItemDeleteUpdate, string, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.RestoreWorkItemAsync(WorkItemDeleteUpdate, Guid, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRevisionAsync(string, int, int, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRevisionAsync(Guid, int, int, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRevisionAsync(int, int, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRevisionsAsync(string, int, int?, int?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRevisionsAsync(Guid, int, int?, int?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRevisionsAsync(int, int?, int?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.SendMailAsync(SendMailBody, object, CancellationToken)
WorkItemTrackingHttpClientBase.SendMailAsync(SendMailBody, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.SendMailAsync(SendMailBody, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteTagAsync(string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteTagAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetTagAsync(string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetTagAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetTagsAsync(string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetTagsAsync(Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateTagAsync(WorkItemTagDefinition, string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateTagAsync(WorkItemTagDefinition, Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateTemplateAsync(WorkItemTemplate, TeamContext, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetTemplatesAsync(TeamContext, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteTemplateAsync(TeamContext, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetTemplateAsync(TeamContext, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.ReplaceTemplateAsync(WorkItemTemplate, TeamContext, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateTempQueryAsync(TemporaryQueryRequestModel, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateTempQueryAsync(TemporaryQueryRequestModel, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetUpdateAsync(int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetUpdateAsync(string, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetUpdateAsync(Guid, int, int, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetUpdatesAsync(string, int, int?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetUpdatesAsync(Guid, int, int?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetUpdatesAsync(int, int?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryByWiqlAsync(Wiql, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryByWiqlAsync(Wiql, TeamContext, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryByWiqlAsync(Wiql, string, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryByWiqlAsync(Wiql, Guid, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueryResultCountAsync(TeamContext, Guid, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueryResultCountAsync(string, Guid, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueryResultCountAsync(Guid, Guid, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetQueryResultCountAsync(Guid, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryByIdAsync(TeamContext, Guid, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryByIdAsync(string, Guid, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryByIdAsync(Guid, Guid, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.QueryByIdAsync(Guid, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemIconJsonAsync(string, string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemIconsAsync(object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemIconSvgAsync(string, string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemIconXamlAsync(string, string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetReportingLinksByLinkTypeAsync(string, IEnumerable<string>, IEnumerable<string>, string, DateTime?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetReportingLinksByLinkTypeAsync(Guid, IEnumerable<string>, IEnumerable<string>, string, DateTime?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetReportingLinksByLinkTypeAsync(IEnumerable<string>, IEnumerable<string>, string, DateTime?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRelationTypeAsync(string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetRelationTypesAsync(object, CancellationToken)
WorkItemTrackingHttpClientBase.ReadReportingRevisionsGetAsync(string, IEnumerable<string>, IEnumerable<string>, string, DateTime?, bool?, bool?, bool?, bool?, ReportingRevisionsExpand?, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.ReadReportingRevisionsGetAsync(Guid, IEnumerable<string>, IEnumerable<string>, string, DateTime?, bool?, bool?, bool?, bool?, ReportingRevisionsExpand?, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.ReadReportingRevisionsGetAsync(IEnumerable<string>, IEnumerable<string>, string, DateTime?, bool?, bool?, bool?, bool?, ReportingRevisionsExpand?, bool?, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.ReadReportingRevisionsPostAsync(ReportingWorkItemRevisionsFilter, string, DateTime?, ReportingRevisionsExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.ReadReportingRevisionsPostAsync(ReportingWorkItemRevisionsFilter, string, string, DateTime?, ReportingRevisionsExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.ReadReportingRevisionsPostAsync(ReportingWorkItemRevisionsFilter, Guid, string, DateTime?, ReportingRevisionsExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.ReadReportingDiscussionsAsync(string, string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.ReadReportingDiscussionsAsync(Guid, string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.ReadReportingDiscussionsAsync(string, int?, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateWorkItemAsync(JsonPatchDocument, string, string, bool?, bool?, bool?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.CreateWorkItemAsync(JsonPatchDocument, Guid, string, bool?, bool?, bool?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTemplateAsync(string, string, string, DateTime?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTemplateAsync(Guid, string, string, DateTime?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteWorkItemAsync(string, int, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteWorkItemAsync(Guid, int, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteWorkItemAsync(int, bool?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemAsync(string, int, IEnumerable<string>, DateTime?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemAsync(Guid, int, IEnumerable<string>, DateTime?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemAsync(int, IEnumerable<string>, DateTime?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemsAsync(string, IEnumerable<int>, IEnumerable<string>, DateTime?, WorkItemExpand?, WorkItemErrorPolicy?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemsAsync(Guid, IEnumerable<int>, IEnumerable<string>, DateTime?, WorkItemExpand?, WorkItemErrorPolicy?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemsAsync(IEnumerable<int>, IEnumerable<string>, DateTime?, WorkItemExpand?, WorkItemErrorPolicy?, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateWorkItemAsync(JsonPatchDocument, int, bool?, bool?, bool?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateWorkItemAsync(JsonPatchDocument, string, int, bool?, bool?, bool?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.UpdateWorkItemAsync(JsonPatchDocument, Guid, int, bool?, bool?, bool?, WorkItemExpand?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemsBatchAsync(WorkItemBatchGetRequest, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemsBatchAsync(WorkItemBatchGetRequest, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemsBatchAsync(WorkItemBatchGetRequest, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteWorkItemsAsync(WorkItemDeleteBatchRequest, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteWorkItemsAsync(WorkItemDeleteBatchRequest, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.DeleteWorkItemsAsync(WorkItemDeleteBatchRequest, Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemNextStatesOnCheckinActionAsync(IEnumerable<int>, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeCategoriesAsync(string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeCategoriesAsync(Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeCategoryAsync(string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeCategoryAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeAsync(string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypesAsync(string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypesAsync(Guid, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeFieldsWithReferencesAsync(Guid, string, WorkItemTypeFieldsExpandLevel?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeFieldWithReferencesAsync(string, string, string, WorkItemTypeFieldsExpandLevel?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeFieldWithReferencesAsync(Guid, string, string, WorkItemTypeFieldsExpandLevel?, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeStatesAsync(string, string, object, CancellationToken)
WorkItemTrackingHttpClientBase.GetWorkItemTypeStatesAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetAttachmentContentAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetAttachmentZipAsync(Guid, string, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.ReadReportingRevisionsGetAsync(string, IEnumerable<string>, IEnumerable<string>, string, DateTime?, bool?, bool?, bool?, bool?, ReportingRevisionsExpand?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.ReadReportingRevisionsGetAsync(Guid, IEnumerable<string>, IEnumerable<string>, string, DateTime?, bool?, bool?, bool?, bool?, ReportingRevisionsExpand?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.ReadReportingRevisionsGetAsync(IEnumerable<string>, IEnumerable<string>, string, DateTime?, bool?, bool?, bool?, bool?, ReportingRevisionsExpand?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetDeletedWorkItemsAsync(object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetDeletedWorkItemsAsync(string, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetDeletedWorkItemsAsync(Guid, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.CreateWorkItemAsync(JsonPatchDocument, string, string, bool?, bool?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.CreateWorkItemAsync(JsonPatchDocument, Guid, string, bool?, bool?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.UpdateWorkItemAsync(JsonPatchDocument, int, bool?, bool?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.UpdateWorkItemAsync(JsonPatchDocument, string, int, bool?, bool?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.UpdateWorkItemAsync(JsonPatchDocument, Guid, int, bool?, bool?, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetQueryResultCountAsync(TeamContext, Guid, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetQueryResultCountAsync(string, Guid, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetQueryResultCountAsync(Guid, Guid, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetQueryResultCountAsync(Guid, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.QueryByIdAsync(TeamContext, Guid, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.QueryByIdAsync(string, Guid, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.QueryByIdAsync(Guid, Guid, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.QueryByIdAsync(Guid, bool?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetCommentAsync(int, int, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetCommentAsync(string, int, int, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetCommentAsync(Guid, int, int, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetCommentsAsync(string, int, int?, int?, CommentSortOrder?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetCommentsAsync(Guid, int, int?, int?, CommentSortOrder?, object, CancellationToken)
WorkItemTrackingHttpClientCompatBase.GetCommentsAsync(int, int?, int?, CommentSortOrder?, object, CancellationToken)
VssHttpClientBase.UserStatePropertyName
VssHttpClientBase.Send(HttpRequestMessage, object)
VssHttpClientBase.DeleteAsync(Guid, object, ApiResourceVersion, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.GetAsync(Guid, object, ApiResourceVersion, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.GetAsync<TResult>(Guid, object, ApiResourceVersion, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.PatchAsync<T>(T, Guid, object, ApiResourceVersion, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.PatchAsync<T, TResult>(T, Guid, object, ApiResourceVersion, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.PostAsync<T>(T, Guid, object, ApiResourceVersion, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.PostAsync<T, TResult>(T, Guid, object, ApiResourceVersion, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.PutAsync<T>(T, Guid, object, ApiResourceVersion, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.PutAsync<T, TResult>(T, Guid, object, ApiResourceVersion, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.SendAsync<T>(HttpMethod, Guid, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.SendAsync<T>(HttpMethod, IEnumerable<KeyValuePair<string, string>>, Guid, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.SendAsync(HttpMethod, IEnumerable<KeyValuePair<string, string>>, Guid, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.Send(HttpMethod, Guid, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, object)
VssHttpClientBase.SendAsync(HttpMethod, Guid, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.SendAsync(HttpMethod, Guid, HttpCompletionOption, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken)
VssHttpClientBase.CreateRequestMessageAsync(HttpMethod, Guid, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken, string)
VssHttpClientBase.CreateRequestMessageAsync(HttpMethod, IEnumerable<KeyValuePair<string, string>>, Guid, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, object, CancellationToken, string)
VssHttpClientBase.CreateRequestMessage(HttpMethod, ApiResourceLocation, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, string)
VssHttpClientBase.CreateRequestMessage(HttpMethod, IEnumerable<KeyValuePair<string, string>>, ApiResourceLocation, object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<string, string>>, string)
VssHttpClientBase.CreateAcceptHeader(ApiResourceVersion, string)
VssHttpClientBase.AddModelAsQueryParams(IList<KeyValuePair<string, string>>, string, object)
VssHttpClientBase.AddIEnumerableAsQueryParams(IList<KeyValuePair<string, string>>, string, object)
VssHttpClientBase.AddDateTimeToQueryParams(IList<KeyValuePair<string, string>>, string, DateTime)
VssHttpClientBase.AddDateTimeToQueryParams(IList<KeyValuePair<string, string>>, string, DateTimeOffset)
VssHttpClientBase.AddDateTimeToHeaders(IList<KeyValuePair<string, string>>, string, DateTimeOffset)
VssHttpClientBase.SendAsync<T>(HttpRequestMessage, object, CancellationToken)
VssHttpClientBase.ReadContentAsAsync<T>(HttpResponseMessage, CancellationToken)
VssHttpClientBase.ReadJsonContentAsync<T>(HttpResponseMessage, CancellationToken)
VssHttpClientBase.SendAsync(HttpRequestMessage, object, CancellationToken)
VssHttpClientBase.SendAsync(HttpRequestMessage, HttpCompletionOption, object, CancellationToken)
VssHttpClientBase.HandleResponse(HttpResponseMessage)
VssHttpClientBase.UnwrapExceptionAsync(HttpContent, CancellationToken)
VssHttpClientBase.ShouldThrowError(HttpResponseMessage)
VssHttpClientBase.NegotiateRequestVersionAsync(Guid, ApiResourceVersion, object, CancellationToken)
VssHttpClientBase.NegotiateRequestVersion(ApiResourceLocation, ApiResourceVersion)
VssHttpClientBase.SetResourceLocations(ApiResourceLocationCollection)
VssHttpClientBase.GetResourceLocationAsync(Guid, object, CancellationToken)
VssHttpClientBase.IsDisposed()
VssHttpClientBase.Dispose()
VssHttpClientBase.GetHeaderValue(HttpResponseMessage, string)
VssHttpClientBase.BaseAddress
VssHttpClientBase.LastResponseContext
VssHttpClientBase.Client
VssHttpClientBase.Formatter
VssHttpClientBase.ExcludeUrlsHeader
VssHttpClientBase.LightweightHeader
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.AzureDevOps.dll
Syntax
public class WorkItemTrackingHttpClient : WorkItemTrackingHttpClient, IVssHttpClient, IDisposable

Constructors

View Source

WorkItemTrackingHttpClient(Uri, VssCredentials)

Declaration
public WorkItemTrackingHttpClient(Uri baseUrl, VssCredentials credentials)
Parameters
Type Name Description
Uri baseUrl
VssCredentials credentials
View Source

WorkItemTrackingHttpClient(Uri, VssCredentials, VssHttpRequestSettings)

Declaration
public WorkItemTrackingHttpClient(Uri baseUrl, VssCredentials credentials, VssHttpRequestSettings settings)
Parameters
Type Name Description
Uri baseUrl
VssCredentials credentials
VssHttpRequestSettings settings
View Source

WorkItemTrackingHttpClient(Uri, VssCredentials, VssHttpRequestSettings, params DelegatingHandler[])

Declaration
public WorkItemTrackingHttpClient(Uri baseUrl, VssCredentials credentials, VssHttpRequestSettings settings, params DelegatingHandler[] handlers)
Parameters
Type Name Description
Uri baseUrl
VssCredentials credentials
VssHttpRequestSettings settings
DelegatingHandler[] handlers
View Source

WorkItemTrackingHttpClient(Uri, VssCredentials, params DelegatingHandler[])

Declaration
public WorkItemTrackingHttpClient(Uri baseUrl, VssCredentials credentials, params DelegatingHandler[] handlers)
Parameters
Type Name Description
Uri baseUrl
VssCredentials credentials
DelegatingHandler[] handlers
View Source

WorkItemTrackingHttpClient(Uri, HttpMessageHandler, bool)

Declaration
public WorkItemTrackingHttpClient(Uri baseUrl, HttpMessageHandler pipeline, bool disposeHandler)
Parameters
Type Name Description
Uri baseUrl
HttpMessageHandler pipeline
bool disposeHandler

Methods

View Source

GetWorkItemTypeFieldsWithReferencesAsync(string, WorkItemTypeFieldsExpandLevel?, object?, CancellationToken)

Get a list of fields with detailed references.

Declaration
public virtual Task<List<WorkItemTypeFieldWithReferences>> GetWorkItemTypeFieldsWithReferencesAsync(string project, WorkItemTypeFieldsExpandLevel? expand = null, object? userState = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string project

Project ID or project name.

WorkItemTypeFieldsExpandLevel? expand

Expand level for the API response. Properties: to include allowedvalues, default value, isRequired etc. as a part of response; None: to skip these properties.

object userState

User state property to add to request header.

CancellationToken cancellationToken

The cancellation token to cancel operation.

Returns
Type Description
Task<List<WorkItemTypeFieldWithReferences>>

A list of fields.

Remarks

This method does not exist in the API but is necessary to get the entire field details and types.

View Source

GetWorkItemTypeFieldsWithReferencesAsync(string, string, WorkItemTypeFieldsExpandLevel?, object?, CancellationToken)

Get a list of fields for a work item type with detailed references.

Declaration
public virtual Task<List<WorkItemTypeFieldWithReferences>> GetWorkItemTypeFieldsWithReferencesAsync(string project, string type, WorkItemTypeFieldsExpandLevel? expand = null, object? userState = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string project

Project ID or project name.

string type

Work item type.

WorkItemTypeFieldsExpandLevel? expand

Expand level for the API response. Properties: to include allowedvalues, default value, isRequired etc. as a part of response; None: to skip these properties.

object userState

User state property to add to request header.

CancellationToken cancellationToken

The cancellation token to cancel operation.

Returns
Type Description
Task<List<WorkItemTypeFieldWithReferences>>

A list of fields.

Remarks

This method is a pass-through call to the base, used for mocking in unit tests.

Implements

Microsoft.VisualStudio.Services.WebApi.IVssHttpClient
IDisposable
  • View Source
In this article
Back to top Generated by DocFX