ApplicationServiceHost Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class ApplicationServiceHost _
    Inherits TeamFoundationServiceHost
public class ApplicationServiceHost : TeamFoundationServiceHost
public ref class ApplicationServiceHost : public TeamFoundationServiceHost
type ApplicationServiceHost =  
    class
        inherit TeamFoundationServiceHost
    end
public class ApplicationServiceHost extends TeamFoundationServiceHost

The ApplicationServiceHost type exposes the following members.

Constructors

  Name Description
Public method ApplicationServiceHost

Top

Properties

  Name Description
Public property ActiveRequests (Inherited from TeamFoundationServiceHost.)
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.)
Public property ProcessId
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) (Overrides TeamFoundationServiceHost.Dispose(Boolean).)
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 (Overrides TeamFoundationServiceHost.GetDataDirectoryRoot().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetServiceHost
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 (Overrides TeamFoundationServiceHost.SetHostStatus(TeamFoundationServiceHostStatus).)
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