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

.NET Framework Security

See Also

Reference

TeamFoundationBaseRegistryService Class

Microsoft.TeamFoundation.Framework.Server Namespace