IWorkflowDebuggerService.NotifyHandlerInvoking(Delegate) 方法
定义
在调用代码条件处理程序之前调用。Called before a code condition handler is invoked.
public:
void NotifyHandlerInvoking(Delegate ^ delegateHandler);
public void NotifyHandlerInvoking (Delegate delegateHandler);
abstract member NotifyHandlerInvoking : Delegate -> unit
Public Sub NotifyHandlerInvoking (delegateHandler As Delegate)
参数
- delegateHandler
- Delegate
将要调用的代码条件处理程序。The code condition handler that will be invoked.