IEventActivity Interfaccia

Definizione

Attenzione

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

Fornisce metodi e proprietà da cui devono essere derivate le attività basate sugli eventi per sottoscrivere eventi.

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
Derivato
Attributi

Commenti

Nota

In questo materiale vengono descritti tipi e spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5 (Tipi deprecati in Windows Workflow Foundation 4.5).

Proprietà

QueueName

Ottiene il nome della coda WorkflowQueue in cui l'attività è in attesa di dati.

Metodi

Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Crea la sottoscrizione di una attività Activity a un evento.

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Annulla la sottoscrizione di un'attività Activity a un evento.

Si applica a