CollectionServiceHost Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHost
    Microsoft.TeamFoundation.Framework.Server.CollectionServiceHost

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

Syntax

'宣言
Public NotInheritable Class CollectionServiceHost _
    Inherits TeamFoundationServiceHost
public sealed class CollectionServiceHost : TeamFoundationServiceHost
public ref class CollectionServiceHost sealed : public TeamFoundationServiceHost
[<Sealed>]
type CollectionServiceHost =  
    class
        inherit TeamFoundationServiceHost
    end
public final class CollectionServiceHost extends TeamFoundationServiceHost

The CollectionServiceHost type exposes the following members.

Properties

  Name Description
Public property ActiveRequests (Inherited from TeamFoundationServiceHost.)
Public property ApplicationServiceHost
Public property Culture (Inherited from TeamFoundationServiceHost.)
Public property DataDirectory (Inherited from TeamFoundationServiceHost.)
Public property HasDatabaseAccess (Inherited from TeamFoundationServiceHost.)
Public property InstanceId (Inherited from TeamFoundationServiceHost.)
Public property IsProduction (Inherited from TeamFoundationServiceHost.)
Public property Items (Inherited from TeamFoundationServiceHost.)
Protected property LastUse (Inherited from TeamFoundationServiceHost.)
Public property Name (Inherited from TeamFoundationServiceHost.)
Protected property NumberOfActiveRequests (Inherited from TeamFoundationServiceHost.)
Public property ParentServiceHost (Inherited from TeamFoundationServiceHost.)
Public property PhysicalDirectory (Inherited from TeamFoundationServiceHost.)
Public property PlugInDirectory (Inherited from TeamFoundationServiceHost.)
Protected property RequestsDrainedEvent (Inherited from TeamFoundationServiceHost.)
Public property ServiceHostContext (Inherited from TeamFoundationServiceHost.)
Public property StartTime (Inherited from TeamFoundationServiceHost.)
Public property StaticContentDirectory (Inherited from TeamFoundationServiceHost.)
Public property Status (Inherited from TeamFoundationServiceHost.)
Public property StatusReason (Inherited from TeamFoundationServiceHost.)
Public property SystemRequestContext (Inherited from TeamFoundationServiceHost.)
Public property TopmostServiceHost (Inherited from TeamFoundationServiceHost.)
Public property VirtualDirectory (Inherited from TeamFoundationServiceHost.)

Top

Methods

  Name Description
Public method BeginRequest (Inherited from TeamFoundationServiceHost.)
Protected method BeginStatusChange (Inherited from TeamFoundationServiceHost.)
Protected method CancelAllRequests (Inherited from TeamFoundationServiceHost.)
Public method CreateServicingContext (Inherited from TeamFoundationServiceHost.)
Public method CreateSystemContext (Inherited from TeamFoundationServiceHost.)
Public method CreateUserContext (Inherited from TeamFoundationServiceHost.)
Public method Dispose() (Inherited from TeamFoundationServiceHost.)
Protected method Dispose(Boolean) (Inherited from TeamFoundationServiceHost.)
Public method EndRequest (Inherited from TeamFoundationServiceHost.)
Protected method EndStatusChange (Inherited from TeamFoundationServiceHost.)
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.)
Protected method GetDataDirectoryRoot (Inherited from TeamFoundationServiceHost.)
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.)
Protected method Initialize (Inherited from TeamFoundationServiceHost.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method RaisePropertiesChanged (Inherited from TeamFoundationServiceHost.)
Protected method RaiseStatusChanged (Inherited from TeamFoundationServiceHost.)
Public method ReportException (Overrides TeamFoundationServiceHost.ReportException(String, String, Exception, array<String[]).)
Protected method SetHostStatus (Inherited from TeamFoundationServiceHost.)
Protected method StartServices (Inherited from TeamFoundationServiceHost.)
Protected method StopServices (Inherited from TeamFoundationServiceHost.)
Protected method SuspendServices (Inherited from TeamFoundationServiceHost.)
Public method ThrowIfShutdown (Inherited from TeamFoundationServiceHost.)
Public method ToString() (Inherited from TeamFoundationServiceHost.)
Protected method WakeUp (Inherited from TeamFoundationServiceHost.)

Top

Events

  Name Description
Public event PropertiesChanged (Inherited from TeamFoundationServiceHost.)
Public event StatusChanged (Inherited from TeamFoundationServiceHost.)

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