Bearbeiten

Freigeben über


TaskHttpClientBase.GetPlanAttachmentsAsync Method

Definition

[Preview API]

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAttachment>> GetPlanAttachmentsAsync(Guid scopeIdentifier, string hubName, Guid planId, string type, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetPlanAttachmentsAsync : Guid * string * Guid * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAttachment>>
override this.GetPlanAttachmentsAsync : Guid * string * Guid * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAttachment>>

Parameters

scopeIdentifier
Guid

The project GUID to scope the request

hubName
String

The name of the server hub: "build" for the Build server or "rm" for the Release Management server

planId
Guid
type
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to