TeamFoundationRegistryService Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationRegistryService

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
Public NotInheritable Class TeamFoundationRegistryService _
    Implements ITeamFoundationService
public sealed class TeamFoundationRegistryService : ITeamFoundationService
public ref class TeamFoundationRegistryService sealed : ITeamFoundationService
[<Sealed>]
type TeamFoundationRegistryService =  
    class
        interface ITeamFoundationService
    end
public final class TeamFoundationRegistryService implements ITeamFoundationService

The TeamFoundationRegistryService type exposes the following members.

Methods

  Name Description
Public method DeleteEntries(TeamFoundationRequestContext, array<String[])
Public method DeleteEntries(TeamFoundationRequestContext, TeamFoundationIdentity, array<String[])
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public methodStatic member FilterNotification
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetValue(TeamFoundationRequestContext, String)
Public method GetValue(TeamFoundationRequestContext, TeamFoundationIdentity, String)
Public method GetValue(TeamFoundationRequestContext, String, Boolean, String)
Public method GetValue(TeamFoundationRequestContext, TeamFoundationIdentity, String, Boolean, String)
Public method GetValue<T>(TeamFoundationRequestContext, String)
Public method GetValue<T>(TeamFoundationRequestContext, TeamFoundationIdentity, String)
Public method GetValue<T>(TeamFoundationRequestContext, String, T)
Public method GetValue<T>(TeamFoundationRequestContext, TeamFoundationIdentity, String, T)
Public method GetValue<T>(TeamFoundationRequestContext, String, Boolean, T)
Public method GetValue<T>(TeamFoundationRequestContext, TeamFoundationIdentity, String, Boolean, T)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryAuditLog
Public method ReadEntries(TeamFoundationRequestContext, String)
Public method ReadEntries(TeamFoundationRequestContext, TeamFoundationIdentity, String)
Public method ReadEntries(TeamFoundationRequestContext, String, Boolean)
Public method ReadEntries(TeamFoundationRequestContext, TeamFoundationIdentity, String, Boolean)
Public method ReadEntriesFallThru(TeamFoundationRequestContext, String)
Public method ReadEntriesFallThru(TeamFoundationRequestContext, TeamFoundationIdentity, String)
Public method SetValue(TeamFoundationRequestContext, String, String)
Public method SetValue(TeamFoundationRequestContext, TeamFoundationIdentity, String, String)
Public method SetValue<T>(TeamFoundationRequestContext, String, T)
Public method SetValue<T>(TeamFoundationRequestContext, TeamFoundationIdentity, String, T)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method WriteEntries(TeamFoundationRequestContext, IEnumerable<RegistryEntry>)
Public method WriteEntries(TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<RegistryEntry>)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceFlushCache
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceStart

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace