TeamFoundationLocationService Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationLocationService

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

Syntax

'宣言
Public NotInheritable Class TeamFoundationLocationService _
    Implements ITeamFoundationService
public sealed class TeamFoundationLocationService : ITeamFoundationService
public ref class TeamFoundationLocationService sealed : ITeamFoundationService
[<Sealed>]
type TeamFoundationLocationService =  
    class
        interface ITeamFoundationService
    end
public final class TeamFoundationLocationService implements ITeamFoundationService

The TeamFoundationLocationService type exposes the following members.

Properties

  Name Description
Public property PublicAccessMapping
Public property ServerAccessMapping

Top

Methods

  Name Description
Public method ConfigureAccessMapping
Public method DetermineAccessMapping(TeamFoundationRequestContext)
Public method DetermineAccessMapping(TeamFoundationRequestContext, String)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
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 FindServiceDefinition(TeamFoundationRequestContext, String, Guid)
Public method FindServiceDefinition(TeamFoundationRequestContext, String, String)
Public method FindServiceDefinitions
Public method FindServiceDefinitionsByToolId
Public method FindServiceLocation
Public method GetAccessMapping
Public method GetAccessMappings
Public method GetDefaultAccessMapping
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetHostLocation
Public method GetLastChangeId
Public method GetSelfReferenceUri
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method LocationForAccessMapping(TeamFoundationRequestContext, ServiceDefinition, AccessMapping)
Public method LocationForAccessMapping(TeamFoundationRequestContext, String, Guid, AccessMapping)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemoveAccessMapping
Public method RemoveServiceDefinitions
Public method SaveServiceDefinitions
Public method SetDefaultAccessMapping
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

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