Share via


WorkspacePersistedMetadataTables Constructor

Until this object is disposed, the cached copies of the local metadata tables on the attached workspace will be strongly rooted in the garbage collector's object graph.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    toPersist As Workspace _
)
public WorkspacePersistedMetadataTables(
    Workspace toPersist
)
public:
WorkspacePersistedMetadataTables(
    Workspace^ toPersist
)
new : 
        toPersist:Workspace -> WorkspacePersistedMetadataTables
public function WorkspacePersistedMetadataTables(
    toPersist : Workspace
)

Parameters

.NET Framework Security

See Also

Reference

WorkspacePersistedMetadataTables Class

Microsoft.TeamFoundation.VersionControl.Client Namespace