WorkflowNotificationPublisher クラス

 

ワークフロー通知のパブリッシャーを表します。

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

継承階層

System.Object
  Microsoft.Workflow.Client.WorkflowNotificationPublisher
    Microsoft.Workflow.Client.HttpWorkflowNotificationPublisher

構文

public abstract class WorkflowNotificationPublisher
public ref class WorkflowNotificationPublisher abstract 
[<AbstractClass>]
type WorkflowNotificationPublisher = class end
Public MustInherit Class WorkflowNotificationPublisher

コンストラクター

名前 説明
System_CAPS_pubmethod WorkflowNotificationPublisher()

WorkflowNotificationPublisher クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
System_CAPS_pubmethod Abort()

パブリッシュ通知を破棄します。

System_CAPS_protmethod BeginPublishNotificationWithRetry(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan, AsyncCallback, Object)

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

System_CAPS_protmethod EndPublishNotificationWithRetry(IAsyncResult)

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

System_CAPS_pubmethod Equals(Object)

(Object から継承されました。)

System_CAPS_protmethod Finalize()

(Object から継承されました。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されました。)

System_CAPS_pubmethod GetType()

(Object から継承されました。)

System_CAPS_protmethod MemberwiseClone()

(Object から継承されました。)

System_CAPS_protmethod OnAbort()

Abort イベントを発生させます。

System_CAPS_protmethod OnPublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

PublishNotification イベントを発生させます。

System_CAPS_protmethod OnStart()

Start イベントを発生させます。

System_CAPS_pubmethod PublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

指定されたアドレスに通知をパブリッシュします。

System_CAPS_protmethod ReportPublisherError(PublisherErrorEventArgs)

PublisherError イベントのすべての登録済みハンドラーにパブリッシャー エラーを報告します。

System_CAPS_protmethod ReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

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

System_CAPS_protmethod ReportPublishNotificationError(PublishNotificationErrorEventArgs)

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

System_CAPS_pubmethod Start()

通知パブリッシャーを開始します。

System_CAPS_pubmethod ToString()

(Object から継承されました。)

イベント

名前 説明
System_CAPS_pubevent PublisherError

パブリッシャー エラーがあるときに発生します。

System_CAPS_pubevent PublishNotificationComplete

パブリッシュ通知が完了したときに発生します。

System_CAPS_pubevent PublishNotificationError

パブリッシュ通知エラーがあるときに発生します。

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.Workflow.Client 名前空間

トップに戻る