WorkflowNotificationPublisher.EndPublishNotificationWithRetry メソッド

再試行を使用して非同期パブリッシュ通知を終了します。

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

構文

'宣言
Protected Function EndPublishNotificationWithRetry ( _
    result As IAsyncResult _
) As Boolean
'使用
Dim result As IAsyncResult 
Dim returnValue As Boolean 

returnValue = Me.EndPublishNotificationWithRetry(result)
protected bool EndPublishNotificationWithRetry(
    IAsyncResult result
)
protected:
bool EndPublishNotificationWithRetry(
    IAsyncResult^ result
)
member EndPublishNotificationWithRetry : 
        result:IAsyncResult -> bool
protected function EndPublishNotificationWithRetry(
    result : IAsyncResult
) : boolean

パラメーター

  • result
    型: System.IAsyncResult
    パブリッシュ通知操作の結果を指定するオブジェクト。

戻り値

型: System.Boolean
操作が成功した場合は true、それ以外の場合は false。

関連項目

参照

WorkflowNotificationPublisher クラス

Microsoft.Workflow.Client 名前空間