TfvcHttpClientBase.GetShelvesetAsync Method
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.
[Preview API] Get a single deep shelveset.
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShelveset> GetShelvesetAsync(string shelvesetId, Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShelvesetRequestData requestData = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetShelvesetAsync : string * Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShelvesetRequestData * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShelveset>
override this.GetShelvesetAsync : string * Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShelvesetRequestData * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShelveset>
Parameters
- shelvesetId
- String
Shelveset's unique ID
- requestData
- TfvcShelvesetRequestData
includeDetails, includeWorkItems, maxChangeCount, and maxCommentLength
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.