IdentityQueueTable Constructor

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

Syntax

'Declaration
Public Sub New ( _
    values As IEnumerable(Of Tuple(Of Guid, Boolean, Boolean)) _
)
public IdentityQueueTable(
    IEnumerable<Tuple<Guid, bool, bool>> values
)
public:
IdentityQueueTable(
    IEnumerable<Tuple<Guid, bool, bool>^>^ values
)
new : 
        values:IEnumerable<Tuple<Guid, bool, bool>> -> IdentityQueueTable
public function IdentityQueueTable(
    values : IEnumerable<Tuple<Guid, boolean, boolean>>
)

Parameters

.NET Framework Security

See Also

Reference

IdentityQueueTable Class

Microsoft.TeamFoundation.Framework.Server Namespace