del método OnProjectSubmit.IEventActivity.Unsubscribe
Cancela la suscripción de la actividad de flujo de trabajo de OnProjectSubmit a un evento.
Espacio de nombres: Microsoft.Office.Project.Server.Workflow
Ensamblado: Microsoft.Office.Project.Server.Workflow (en Microsoft.Office.Project.Server.Workflow.dll)
Sintaxis
'Declaración
Private Sub Unsubscribe ( _
context As ActivityExecutionContext, _
eventHandler As IActivityEventListener(Of QueueEventArgs) _
) Implements IEventActivity.Unsubscribe
'Uso
Dim instance As OnProjectSubmit
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.ActivityExecutionContextEl contexto padre de la actividad de flujo de trabajo.
eventHandler
Tipo: System.Workflow.ComponentModel.IActivityEventListener<QueueEventArgs>El método que controlará el evento. La actividad principal posee el controlador de eventos.
Implementaciones
IEventActivity.Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)