OnProjectCheckIn.IEventActivity.Unsubscribe-Methode
Hebt das Abonnement der OnProjectCheckIn Workflow-Aktivität auf ein Ereignis.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Private Sub Unsubscribe ( _
context As ActivityExecutionContext, _
eventHandler As IActivityEventListener(Of QueueEventArgs) _
) Implements IEventActivity.Unsubscribe
'Usage
Dim instance As OnProjectCheckIn
Dim context As ActivityExecutionContext
Dim eventHandler As IActivityEventListener(Of QueueEventArgs)
CType(instance, IEventActivity).Unsubscribe(context, _
eventHandler)
void IEventActivity.Unsubscribe(
ActivityExecutionContext context,
IActivityEventListener<QueueEventArgs> eventHandler
)
Parameter
context
Typ: System.Workflow.ComponentModel.ActivityExecutionContextIm Kontext des Workflow-Aktivität.
eventHandler
Typ: System.Workflow.ComponentModel.IActivityEventListener<QueueEventArgs>Die Methode, die für die Ereignisbehandlung. Die übergeordnete Aktivität besitzt den Ereignishandler.
Implementiert
IEventActivity.Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)