WorkflowNotificationPublisher.PublishNotificationError 이벤트
게시 알림 오류가 있을 때 발생합니다.
네임스페이스: Microsoft.Workflow.Client
어셈블리: Microsoft.Workflow.Client.dll의 Microsoft.Workflow.Client
구문
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 네임스페이스
맨 위로 이동