Share via


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
파생
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

속성

QueueName

이 활동이 데이터 도착을 기다리는 WorkflowQueue의 이름을 가져옵니다.

메서드

Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

이벤트에 대한 Activity의 구독을 만듭니다.

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

이벤트에 대한 Activity의 구독을 취소합니다.

적용 대상