Share via


JobQueueEntryTable Constructor

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    updates As IEnumerable(Of TeamFoundationJobQueueEntry) _
)
public JobQueueEntryTable(
    IEnumerable<TeamFoundationJobQueueEntry> updates
)
public:
JobQueueEntryTable(
    IEnumerable<TeamFoundationJobQueueEntry^>^ updates
)
new : 
        updates:IEnumerable<TeamFoundationJobQueueEntry> -> JobQueueEntryTable
public function JobQueueEntryTable(
    updates : IEnumerable<TeamFoundationJobQueueEntry>
)

Parameters

.NET Framework Security

See Also

Reference

JobQueueEntryTable Class

Microsoft.TeamFoundation.Framework.Server Namespace