Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- partitionId
Type: System.Int32
- servicingContext
Type: Microsoft.TeamFoundation.Framework.Server.ServicingContext
- eventTypesForTool
Type: Microsoft.TeamFoundation.Server.Core.Extensions.EventTypesForTool
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.