次の方法で共有


WorkflowNotificationPublisher.PublisherError イベント

 

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

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

構文

public event EventHandler<PublisherErrorEventArgs> PublisherError
public:
event EventHandler<PublisherErrorEventArgs^>^ PublisherError {
    void add(EventHandler<PublisherErrorEventArgs^>^ value);
    void remove(EventHandler<PublisherErrorEventArgs^>^ value);
}
member PublisherError : IEvent<EventHandler<PublisherErrorEventArgs>,
    PublisherErrorEventArgs>
Public Event PublisherError As EventHandler(Of PublisherErrorEventArgs)

参照

WorkflowNotificationPublisher クラス
Microsoft.Workflow.Client 名前空間

トップに戻る