Edit

ConnectedServiceHttpClient.GetConnectedServices Method

Definition

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.Core.WebApi.WebApiConnectedService>> GetConnectedServices(string projectId, Microsoft.TeamFoundation.Core.WebApi.ConnectedServiceKind connectionServiceKind = Microsoft.TeamFoundation.Core.WebApi.ConnectedServiceKind.Custom, System.Threading.CancellationToken cancellationToken = null, object userState = null);
member this.GetConnectedServices : string * Microsoft.TeamFoundation.Core.WebApi.ConnectedServiceKind * System.Threading.CancellationToken * obj -> System.Threading.Tasks.Task<seq<Microsoft.TeamFoundation.Core.WebApi.WebApiConnectedService>>

Parameters

projectId
String
connectionServiceKind
ConnectedServiceKind
cancellationToken
CancellationToken
userState
Object

Returns

Applies to