IEventActivity Interfejs

Definicja

Przestroga

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

Udostępnia metody i właściwości, z których muszą pochodzić działania sterowane zdarzeniami, aby subskrybować zdarzenia.

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
Pochodne
Atrybuty

Uwagi

Uwaga

W tym materiale omówiono przestarzałe typy i przestrzenie nazw. Aby uzyskać więcej informacji, zobacz przestarzałe typy w Windows Workflow Foundation 4,5.

Właściwości

QueueName

Pobiera nazwę WorkflowQueue , na której działanie oczekuje na nadejście danych.

Metody

Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Tworzy subskrypcję zdarzenia Activity .

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Anuluje subskrypcję zdarzenia Activity .

Dotyczy