TfvcHttpClient.GetChangesetsAsync Method (Int32, Boolean, Boolean, Boolean, Int32, Object)
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Function GetChangesetsAsync ( _
changesetId As Integer, _
includeDetails As Boolean, _
includeWorkItems As Boolean, _
includeSourceRenames As Boolean, _
maxChangeCount As Integer, _
userState As Object _
) As Task(Of TfvcChangeset)
public Task<TfvcChangeset> GetChangesetsAsync(
int changesetId,
bool includeDetails,
bool includeWorkItems,
bool includeSourceRenames,
int maxChangeCount,
Object userState
)
public:
Task<TfvcChangeset^>^ GetChangesetsAsync(
int changesetId,
bool includeDetails,
bool includeWorkItems,
bool includeSourceRenames,
int maxChangeCount,
Object^ userState
)
member GetChangesetsAsync :
changesetId:int *
includeDetails:bool *
includeWorkItems:bool *
includeSourceRenames:bool *
maxChangeCount:int *
userState:Object -> Task<TfvcChangeset>
public function GetChangesetsAsync(
changesetId : int,
includeDetails : boolean,
includeWorkItems : boolean,
includeSourceRenames : boolean,
maxChangeCount : int,
userState : Object
) : Task<TfvcChangeset>
Parameters
- changesetId
Type: System.Int32
- includeDetails
Type: System.Boolean
- includeWorkItems
Type: System.Boolean
- includeSourceRenames
Type: System.Boolean
- maxChangeCount
Type: System.Int32
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<TfvcChangeset>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.