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
toPersist
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceWorkspace whose metadata tables should be persisted
.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.