Edit

Share via


WorkItemTrackingHttpClientBase.GetRecentActivityDataAsync Method

Definition

[Preview API] INTERNAL ONLY: USED BY ACCOUNT MY WORK PAGE. This returns Doing, Done, Follows and activity work items details.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.AccountRecentActivityWorkItemModel>> GetRecentActivityDataAsync (object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetRecentActivityDataAsync : obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.AccountRecentActivityWorkItemModel>>
override this.GetRecentActivityDataAsync : obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.AccountRecentActivityWorkItemModel>>

Parameters

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to