IEventActivity Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.Activities
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
Return to top
Provides methods and properties that event-driven activities must derive from, to subscribe to events.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | QueueName | Gets the name of the WorkflowQueue on which the activity is waiting for data to arrive. |
| Name | Description | |
|---|---|---|
![]() | Subscribe(ActivityExecutionContext^, IActivityEventListener<QueueEventArgs^>^) | Creates the subscription of an Activity to an event. |
![]() | Unsubscribe(ActivityExecutionContext^, IActivityEventListener<QueueEventArgs^>^) | Cancels the subscription of an Activity to an event. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
.NET Framework
Available since 3.0
Available since 3.0
Show:


