IEventActivity Schnittstelle

Definition

Achtung

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Stellt Methoden und Eigenschaften bereit, von denen ereignisgesteuerte Aktivitäten abgleitet werden müssen, damit Ereignisse abonniert werden können.

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
Abgeleitet
Attribute

Hinweise

Hinweis

In diesem Material werden veraltete Typen und Namespaces erläutert. Weitere Informationen finden Sie unter Veraltete Typen in Windows Workflow Foundation 4.5.

Eigenschaften

QueueName

Ruft den Namen der WorkflowQueue ab, in der die Aktivität auf das Eintreffen der Daten wartet.

Methoden

Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Erstellt das Abonnement von Activity für ein Ereignis.

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Bricht das Abonnement von Activity für ein Ereignis ab.

Gilt für