CatalogData Constructor (IEnumerable<CatalogResource>, Int32)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
resources As IEnumerable(Of CatalogResource), _
locationServiceLastChangeId As Integer _
)
public CatalogData(
IEnumerable<CatalogResource> resources,
int locationServiceLastChangeId
)
public:
CatalogData(
IEnumerable<CatalogResource^>^ resources,
int locationServiceLastChangeId
)
new :
resources:IEnumerable<CatalogResource> *
locationServiceLastChangeId:int -> CatalogData
public function CatalogData(
resources : IEnumerable<CatalogResource>,
locationServiceLastChangeId : int
)
Parameters
- resources
Type: System.Collections.Generic.IEnumerable<CatalogResource>
- locationServiceLastChangeId
Type: System.Int32
.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.