Sdílet prostřednictvím


IEventActivity Rozhraní

Definice

Upozornění

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

Poskytuje metody a vlastnosti, ze kterých se musí odvozovat aktivity řízené událostmi, aby se mohli přihlásit k odběru událostí.

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
Odvozené
Atributy

Poznámky

Poznámka

V tomto materiálu jsou popsané zastaralé typy a obory názvů. Další informace najdete v tématu zastaralé typy v programovací model Windows Workflow Foundation 4,5.

Vlastnosti

QueueName

Získá název, na WorkflowQueue kterém aktivita čeká na doručení dat.

Metody

Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Vytvoří odběr Activity události.

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Zruší odběr Activity události.

Platí pro