Edit

Share via


ProjectHttpClient.GetProjectHistory(Int64, Object) Method

Definition

Caution

Use GetProjectHistoryEntriesAsync instead

Get recorded project changes since the provided revision (inclusive).

[System.Obsolete("Use GetProjectHistoryEntriesAsync instead")]
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.Core.WebApi.TeamProjectReference>> GetProjectHistory (long minRevision, object userState = null);
member this.GetProjectHistory : int64 * obj -> System.Threading.Tasks.Task<seq<Microsoft.TeamFoundation.Core.WebApi.TeamProjectReference>>
Public Function GetProjectHistory (minRevision As Long, Optional userState As Object = null) As Task(Of IEnumerable(Of TeamProjectReference))

Parameters

minRevision
Int64

Starting revision for the changes to return

userState
Object

Returns

Attributes

Applies to