NotificationStepPerformer.RegisterEvent Method

Namespace:  Microsoft.TeamFoundation.Server.Core.Extensions
Assembly:  Microsoft.TeamFoundation.Server.Core.Extensions (in Microsoft.TeamFoundation.Server.Core.Extensions.dll)

Syntax

'Declaration
<ServicingStepAttribute> _
Public Sub RegisterEvent ( _
    partitionId As Integer, _
    servicingContext As ServicingContext, _
    eventTypesForTool As EventTypesForTool _
)
[ServicingStepAttribute]
public void RegisterEvent(
    int partitionId,
    ServicingContext servicingContext,
    EventTypesForTool eventTypesForTool
)
[ServicingStepAttribute]
public:
void RegisterEvent(
    int partitionId, 
    ServicingContext^ servicingContext, 
    EventTypesForTool^ eventTypesForTool
)
[<ServicingStepAttribute>]
member RegisterEvent : 
        partitionId:int * 
        servicingContext:ServicingContext * 
        eventTypesForTool:EventTypesForTool -> unit
public function RegisterEvent(
    partitionId : int, 
    servicingContext : ServicingContext, 
    eventTypesForTool : EventTypesForTool
)

Parameters

.NET Framework Security

See Also

Reference

NotificationStepPerformer Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace