OnProjectCheckIn.IEventActivity.Unsubscribe 方法

取消订阅事件的OnProjectCheckIn工作流活动。

命名空间:  Microsoft.Office.Project.Server.Workflow
程序集:  Microsoft.Office.Project.Server.Workflow(位于 Microsoft.Office.Project.Server.Workflow.dll 中)

语法

声明
Private Sub Unsubscribe ( _
    context As ActivityExecutionContext, _
    eventHandler As IActivityEventListener(Of QueueEventArgs) _
) Implements IEventActivity.Unsubscribe
用法
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
)

参数

实现

IEventActivity.Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

另请参阅

引用

OnProjectCheckIn 类

OnProjectCheckIn 成员

Microsoft.Office.Project.Server.Workflow 命名空间