TaskVersionResolver Constructors
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.
Overloads
| TaskVersionResolver(IDictionary<Guid,IList<TaskVersion>>) | |
| TaskVersionResolver(IDictionary<Guid,IDictionary<String,TaskDefinition>>, IDictionary<Guid,IList<TaskVersion>>) |
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
- taskVersions
- IDictionary<Guid,IList<TaskVersion>>
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
- taskDefinitions
- IDictionary<Guid,IDictionary<String,TaskDefinition>>
- taskVersions
- IDictionary<Guid,IList<TaskVersion>>