Language

IDeliveryExtension.Deliver(Notification) メソッド

定義

通知内容に基づいてユーザーにレポート通知を配信します。

public:
 bool Deliver(Microsoft::ReportingServices::Interfaces::Notification ^ notification);
public bool Deliver(Microsoft.ReportingServices.Interfaces.Notification notification);
abstract member Deliver : Microsoft.ReportingServices.Interfaces.Notification -> bool
Public Function Deliver (notification As Notification) As Boolean

パラメーター

notification
Notification

レポートを配信するためにデリバリー拡張機能で必要とされる情報を含む Notification オブジェクトです。

返品

配達が成功したかどうかを示す Boolean の値。

注釈

Deliverメソッドは、notificationパラメータで定義されたレポート通知をユーザーに届けるために必要なタスクをデリバリー拡張に実行させます。 この方法は同期使用のみを想定しています。

メソッドから戻る前に、デリバリー拡張はメソッドに渡されるNotificationオブジェクトのStatusおよびRetryプロパティを更新し保存しなければなりません。

Deliverメソッドは、その通知が成功裏に届けられたかどうかを示すtrueを返すべきです。false通知が失敗した場合も。 falseに設定されている場合、通知オブジェクトのRetryプロパティがtrueに設定されている場合、最大リトライ回数に達していない場合、レポートサーバーは通知を再試行します。

適用対象