OnProjectCommit.IEventActivity.Subscribe メソッド
OnProjectCommitワークフロー アクティビティ イベントをサブスクライブします。
名前空間: Microsoft.Office.Project.Server.Workflow
アセンブリ: Microsoft.Office.Project.Server.Workflow (Microsoft.Office.Project.Server.Workflow.dll 内)
構文
'宣言
Private Sub Subscribe ( _
context As ActivityExecutionContext, _
eventHandler As IActivityEventListener(Of QueueEventArgs) _
) Implements IEventActivity.Subscribe
'使用
Dim instance As OnProjectCommit
Dim context As ActivityExecutionContext
Dim eventHandler As IActivityEventListener(Of QueueEventArgs)
CType(instance, IEventActivity).Subscribe(context, _
eventHandler)
void IEventActivity.Subscribe(
ActivityExecutionContext context,
IActivityEventListener<QueueEventArgs> eventHandler
)
パラメーター
context
型: System.Workflow.ComponentModel.ActivityExecutionContextワークフロー アクティビティの親コンテキスト。
eventHandler
型: System.Workflow.ComponentModel.IActivityEventListener<QueueEventArgs>イベントを処理するメソッド。親アクティビティでは、イベント ハンドラーを所有します。
実装
IEventActivity.Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)