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
- values
Type: System.Collections.Generic.IEnumerable<Tuple<Guid, Boolean, Boolean>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.