TemporaryDataHttpClient.GetTemporaryDataAsync 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 temporary artifact.
public System.Threading.Tasks.Task<Microsoft.TeamFoundation.Core.WebApi.TemporaryDataCreatedDTO> GetTemporaryDataAsync(Guid id, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.GetTemporaryDataAsync : Guid * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.Core.WebApi.TemporaryDataCreatedDTO>
Parameters
- id
- Guid
The ID of the temporary artifact.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.