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

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

속성

Name Description
QueueName
사용되지 않음.

작업이 데이터가 도착할 때까지 대기 중인 이름을 WorkflowQueue 가져옵니다.

메서드

Name Description
Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)
사용되지 않음.

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

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)
사용되지 않음.

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

적용 대상