Share via


WorkflowNotificationPublisher.PublishNotificationComplete 이벤트

 

게시 알림을 완료할 때 발생합니다.

네임스페이스:   Microsoft.Workflow.Client
어셈블리:  Microsoft.Workflow.Client.dll의 Microsoft.Workflow.Client

구문

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

참고 항목

WorkflowNotificationPublisher 클래스
Microsoft.Workflow.Client 네임스페이스

맨 위로 이동