MidTierNotificationEvent Class

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

Syntax

'Declaration
Public MustInherit Class MidTierNotificationEvent _
    Inherits BaseNotificationEvent
'Usage
Dim instance As MidTierNotificationEvent
public abstract class MidTierNotificationEvent : BaseNotificationEvent
public ref class MidTierNotificationEvent abstract : public BaseNotificationEvent
public abstract class MidTierNotificationEvent extends BaseNotificationEvent

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Server.BaseNotificationEvent
    Microsoft.TeamFoundation.VersionControl.Server.MidTierNotificationEvent
      Microsoft.TeamFoundation.VersionControl.Server.CheckinNotification
      Microsoft.TeamFoundation.VersionControl.Server.LabelNotification
      Microsoft.TeamFoundation.VersionControl.Server.PassThroughEvent
      Microsoft.TeamFoundation.VersionControl.Server.PendChangesNotification
      Microsoft.TeamFoundation.VersionControl.Server.UndoPendingChangesNotification
      Microsoft.TeamFoundation.VersionControl.Server.WorkspaceNotification

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

MidTierNotificationEvent Members

Microsoft.TeamFoundation.VersionControl.Server Namespace