TeamFoundationBaseRegistryService.WriteEntriesInternal Method
WriteEntries is used to update a set of registry entries all at the same time. All updates to the registry are transacted. This means either all or none of the updates are committed.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Friend Overridable Sub WriteEntriesInternal ( _
requestContext As TeamFoundationRequestContext, _
registryEntries As List(Of RegistryEntry), _
allowNulls As Boolean _
)
protected internal virtual void WriteEntriesInternal(
TeamFoundationRequestContext requestContext,
List<RegistryEntry> registryEntries,
bool allowNulls
)
protected public:
virtual void WriteEntriesInternal(
TeamFoundationRequestContext^ requestContext,
List<RegistryEntry^>^ registryEntries,
bool allowNulls
)
abstract WriteEntriesInternal :
requestContext:TeamFoundationRequestContext *
registryEntries:List<RegistryEntry> *
allowNulls:bool -> unit
override WriteEntriesInternal :
requestContext:TeamFoundationRequestContext *
registryEntries:List<RegistryEntry> *
allowNulls:bool -> unit
function WriteEntriesInternal(
requestContext : TeamFoundationRequestContext,
registryEntries : List<RegistryEntry>,
allowNulls : boolean
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
registryEntries
Type: System.Collections.Generic.List<RegistryEntry>Set of updates to the registry entries. The registry entries will be modified. Therefore, deep cloning the caller's input may be required.
- allowNulls
Type: System.Boolean
.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.