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
context
Tipo: System.Workflow.ComponentModel.ActivityExecutionContextO contexto da atividade do fluxo de trabalho.
eventHandler
Tipo: System.Workflow.ComponentModel.IActivityEventListener<QueueEventArgs>O método que manipula o evento. A atividade pai possui o manipulador de eventos.
Implementos
IEventActivity.Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)