TeamFoundationServiceHost.InitializeMetabaseLegacy Method
Initialize the metabase the old way. We still need to keep this method to support online upgrade, when the request restriction registry keys are not yet persisted to the TFS registry table. Note: DO NOT add new request restrictions to this method.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overridable Sub InitializeMetabaseLegacy ( _
metabase As TeamFoundationMetabase _
)
protected virtual void InitializeMetabaseLegacy(
TeamFoundationMetabase metabase
)
protected:
virtual void InitializeMetabaseLegacy(
TeamFoundationMetabase^ metabase
)
abstract InitializeMetabaseLegacy :
metabase:TeamFoundationMetabase -> unit
override InitializeMetabaseLegacy :
metabase:TeamFoundationMetabase -> unit
protected function InitializeMetabaseLegacy(
metabase : TeamFoundationMetabase
)
Parameters
.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.