IEventActivity インターフェイス

定義

注意事項

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

イベントを定期受信するために、イベント ドリブン アクティビティの派生元になる必要があるメソッドとプロパティを提供します。

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
派生
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

プロパティ

QueueName

アクティビティがデータの到着を待機している WorkflowQueue の名前を取得します。

メソッド

Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

イベントに対する Activity のサブスクリプションを作成します。

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

イベントに対する Activity のサブスクリプションをキャンセルします。

適用対象