Edit

TaskVersionResolver Constructors

Definition

Overloads

TaskVersionResolver(IDictionary<Guid,IList<TaskVersion>>)

public TaskVersionResolver(System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IList<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersion>> taskVersions);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersionResolver : System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IList<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersion>> -> Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersionResolver
Public Sub New (taskVersions As IDictionary(Of Guid, IList(Of TaskVersion)))

Parameters

Applies to

TaskVersionResolver(IDictionary<Guid,IDictionary<String,TaskDefinition>>, IDictionary<Guid,IList<TaskVersion>>)

public TaskVersionResolver(System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IDictionary<string,Microsoft.TeamFoundation.DistributedTask.WebApi.TaskDefinition>> taskDefinitions, System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IList<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersion>> taskVersions);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersionResolver : System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IDictionary<string, Microsoft.TeamFoundation.DistributedTask.WebApi.TaskDefinition>> * System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IList<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersion>> -> Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersionResolver
Public Sub New (taskDefinitions As IDictionary(Of Guid, IDictionary(Of String, TaskDefinition)), taskVersions As IDictionary(Of Guid, IList(Of TaskVersion)))

Parameters

Applies to