Share via


CheckinNotification Class

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

Syntax

'Declaration
<Notification(Scope.InternalExternal)> _
Public Class CheckinNotification _
    Inherits MidTierNotificationEvent
'Usage
Dim instance As CheckinNotification
[Notification(Scope.InternalExternal)]
public class CheckinNotification : MidTierNotificationEvent
[Notification(Scope::InternalExternal)]
public ref class CheckinNotification : public MidTierNotificationEvent
public class CheckinNotification extends MidTierNotificationEvent

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Server.BaseNotificationEvent
    Microsoft.TeamFoundation.VersionControl.Server.MidTierNotificationEvent
      Microsoft.TeamFoundation.VersionControl.Server.CheckinNotification

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

CheckinNotification Members

Microsoft.TeamFoundation.VersionControl.Server Namespace