'Declaration
<DefaultServiceImplementationAttribute(GetType(CommonStructureService))> _
Public Interface ICommonStructureService _
Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(CommonStructureService))]
public interface ICommonStructureService : ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(CommonStructureService))]
public interface class ICommonStructureService : ITeamFoundationService
[<DefaultServiceImplementationAttribute(typeof(CommonStructureService))>]
type ICommonStructureService =
interface
interface ITeamFoundationService
end
public interface ICommonStructureService extends ITeamFoundationService
The ICommonStructureService type exposes the following members.
ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.)
ServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.)