Compartir a través de


del método OnProjectCheckIn.IEventActivity.Unsubscribe

Cancela la suscripción de la actividad de flujo de trabajo de OnProjectCheckIn 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 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

Implementaciones

IEventActivity.Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Vea también

Referencia

clase OnProjectCheckIn

Miembros OnProjectCheckIn

Espacio de nombres Microsoft.Office.Project.Server.Workflow