Home
last modified time | relevance | path

Searched defs:WorkflowExecutionEvent (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DPerformanceCounterManager.cs350 … private void WorkflowExecutionEvent(object sender, WorkflowExecutor.WorkflowExecutionEventArgs e) in WorkflowExecutionEvent() method in System.Workflow.Runtime.PerformanceCounterManager
H A DTracking.cs194 void WorkflowExecutionEvent(object sender, WorkflowExecutor.WorkflowExecutionEventArgs e) in WorkflowExecutionEvent() method in System.Workflow.Runtime.TrackingListenerFactory
681 … internal void WorkflowExecutionEvent(object sender, WorkflowExecutor.WorkflowExecutionEventArgs e) in WorkflowExecutionEvent() method in System.Workflow.Runtime.TrackingListener
H A DWorkflowRuntime.cs1207 void WorkflowExecutionEvent(object sender, WorkflowExecutor.WorkflowExecutionEventArgs e) in WorkflowExecutionEvent() method in System.Workflow.Runtime.WorkflowRuntime
H A DWorkflowExecutor.cs3248 … internal event EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs> WorkflowExecutionEvent property in System.Workflow.Runtime.WorkflowExecutor