IEventActivity Interface

Definition

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.

Applies to