IEventActivity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Provides methods and properties that event-driven activities must derive from, to subscribe to events.
public interface class IEventActivity
public interface IEventActivity
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IEventActivity
type IEventActivity = interface
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IEventActivity = interface
Public Interface IEventActivity
- Derived
- Attributes
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
Properties
QueueName |
Gets the name of the WorkflowQueue on which the activity is waiting for data to arrive. |
Methods
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. |