WorkflowNotificationPublisher.ReportPublishNotificationComplete メソッド

PublishNotificationComplete イベントのすべての登録済みハンドラーにパブリッシュ通知の完了を報告します。

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Protected Sub ReportPublishNotificationComplete ( _
    eventArgs As PublishNotificationCompleteEventArgs _
)
'使用
Dim eventArgs As PublishNotificationCompleteEventArgs 

Me.ReportPublishNotificationComplete(eventArgs)
protected void ReportPublishNotificationComplete(
    PublishNotificationCompleteEventArgs eventArgs
)
protected:
void ReportPublishNotificationComplete(
    PublishNotificationCompleteEventArgs^ eventArgs
)
member ReportPublishNotificationComplete : 
        eventArgs:PublishNotificationCompleteEventArgs -> unit
protected function ReportPublishNotificationComplete(
    eventArgs : PublishNotificationCompleteEventArgs
)

パラメーター

関連項目

参照

WorkflowNotificationPublisher クラス

Microsoft.Workflow.Client 名前空間