INotificationTransform Interface
Provides a mechanism for transforming events prior to application of subscription filtering logic.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface INotificationTransform
[InheritedExportAttribute]
public interface INotificationTransform
[InheritedExportAttribute]
public interface class INotificationTransform
[<InheritedExportAttribute>]
type INotificationTransform = interface end
public interface INotificationTransform
The INotificationTransform type exposes the following members.
Methods
Name | Description | |
---|---|---|
Transform | Transforms the event document if a specified criteria is met. |
Top