次の方法で共有


OnProjectSubmit.IEventActivity.Unsubscribe メソッド

OnProjectSubmitワークフロー アクティビティ イベントへのサブスクリプションをキャンセルします。

名前空間:  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 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
)

パラメーター

実装

IEventActivity.Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

関連項目

参照先

OnProjectSubmit クラス

OnProjectSubmit メンバー

Microsoft.Office.Project.Server.Workflow 名前空間