Compartilhar via


IEventActivity Interface

Definição

Cuidado

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

Fornece propriedades e métodos dos quais atividades controladas por evento devem derivar para poderem assinar eventos.

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
Derivado
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).

Propriedades

QueueName

Obtém o nome da WorkflowQueue na qual a atividade está esperando os dados chegarem.

Métodos

Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Cria a assinatura de um Activity a um evento.

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Cancela a assinatura de um Activity a um evento.

Aplica-se a