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