WorkflowNotificationPublisher.PublishNotificationError イベント
パブリッシュ通知エラーがあるときに発生します。
名前空間: Microsoft.Workflow.Client
アセンブリ: Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)
構文
public event EventHandler<PublishNotificationErrorEventArgs> PublishNotificationError
public:
event EventHandler<PublishNotificationErrorEventArgs^>^ PublishNotificationError {
void add(EventHandler<PublishNotificationErrorEventArgs^>^ value);
void remove(EventHandler<PublishNotificationErrorEventArgs^>^ value);
}
member PublishNotificationError : IEvent<EventHandler<PublishNotificationErrorEventArgs>,
PublishNotificationErrorEventArgs>
Public Event PublishNotificationError As EventHandler(Of PublishNotificationErrorEventArgs)
参照
WorkflowNotificationPublisher クラス
Microsoft.Workflow.Client 名前空間
トップに戻る