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
resources
Type: System.Collections.Generic.IEnumerable<CatalogResource>The resources this data is based on.
locationServiceLastChangeId
Type: System.Int32The last change id for the location service.
.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.