Compartilhar via


OnProjectCheckIn.IEventActivity.Unsubscribe método

Cancela a inscrição da atividade de fluxo de trabalho OnProjectCheckIn a um evento.

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (em Microsoft.Office.Project.Server.Workflow.dll)

Sintaxe

'Declaração
Private Sub Unsubscribe ( _
    context As ActivityExecutionContext, _
    eventHandler As IActivityEventListener(Of QueueEventArgs) _
) Implements IEventActivity.Unsubscribe
'Uso
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
)

Parâmetros

Implementos

IEventActivity.Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Ver também

Referência

OnProjectCheckIn classe

OnProjectCheckIn membros

Microsoft.Office.Project.Server.Workflow namespace