ServerEvent Class

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

Syntax

'Declaration
Public Class ServerEvent _
    Inherits BaseEvent
'Usage
Dim instance As ServerEvent
public class ServerEvent : BaseEvent
public ref class ServerEvent : public BaseEvent
public class ServerEvent extends BaseEvent

Inheritance Hierarchy

System.Object
  System.Management.Instrumentation.BaseEvent
    Microsoft.TeamFoundation.VersionControl.Server.ServerEvent
      Microsoft.TeamFoundation.VersionControl.Server.SecurityEvent
      Microsoft.TeamFoundation.VersionControl.Server.SystemStartEvent
      Microsoft.TeamFoundation.VersionControl.Server.SystemStateEvent
      Microsoft.TeamFoundation.VersionControl.Server.SystemStopEvent
      Microsoft.TeamFoundation.VersionControl.Server.UnexpectedDatabaseResultEvent
      Microsoft.TeamFoundation.VersionControl.Server.UnknownDatabaseEvent

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

ServerEvent Members

Microsoft.TeamFoundation.VersionControl.Server Namespace