IEventActivity 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
- 派生
- 属性
注解
备注
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
属性
QueueName |
获取该活动正在等待其数据到达的 WorkflowQueue 的名称。 |
方法
Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>) |
创建 Activity 对事件的订阅。 |
Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>) |
取消 Activity 对事件的订阅。 |