TeamFoundationServiceHost Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHost
Microsoft.TeamFoundation.Framework.Server.ApplicationServiceHost
Microsoft.TeamFoundation.Framework.Server.CollectionServiceHost
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustInherit Class TeamFoundationServiceHost _
Implements IDisposable
public abstract class TeamFoundationServiceHost : IDisposable
public ref class TeamFoundationServiceHost abstract : IDisposable
[<AbstractClass>]
type TeamFoundationServiceHost =
class
interface IDisposable
end
public abstract class TeamFoundationServiceHost implements IDisposable
The TeamFoundationServiceHost type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeamFoundationServiceHost |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
BeginRequest | ||
BeginStatusChange | ||
CancelAllRequests | ||
CreateServicingContext | ||
CreateSystemContext | ||
CreateUserContext | ||
Dispose() | ||
Dispose(Boolean) | ||
EndRequest | ||
EndStatusChange | ||
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDataDirectoryRoot | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RaisePropertiesChanged | ||
RaiseStatusChanged | ||
ReportException | ||
SetHostStatus | ||
StartServices | ||
StopServices | ||
SuspendServices | ||
ThrowIfShutdown | ||
ToString() | (Overrides Object.ToString().) | |
ToString(Guid, String) | ||
ToString(String, String) | ||
WakeUp |
Top
Events
Name | Description | |
---|---|---|
PropertiesChanged | ||
StatusChanged |
Top
Fields
Name | Description | |
---|---|---|
s_hostSecurityNamespace |
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.