Share via


CatalogData Constructor (IEnumerable<CatalogResource>, Int32)

Creates a CatalogData object that is ready to be sent over a web service.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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

  • locationServiceLastChangeId
    Type: System.Int32

    The last change id for the location service.

.NET Framework Security

See Also

Reference

CatalogData Class

CatalogData Overload

Microsoft.TeamFoundation.Server.Core Namespace