MessageEventSubscription 클래스

정의

주의

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

메시지 이벤트 구독을 만들어 해당 워크플로 인스턴스로 메시지를 라우트합니다.

public ref class MessageEventSubscription
[System.Serializable]
public class MessageEventSubscription
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class MessageEventSubscription
[<System.Serializable>]
type MessageEventSubscription = class
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type MessageEventSubscription = class
Public Class MessageEventSubscription
상속
MessageEventSubscription
특성

설명

참고

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

생성자

MessageEventSubscription()

MessageEventSubscription 클래스의 새 인스턴스를 초기화합니다.

MessageEventSubscription(IComparable, Guid)

지정한 큐 이름 및 인스턴스 ID를 사용하여 MessageEventSubscription 클래스의 새 인스턴스를 초기화합니다.

MessageEventSubscription(IComparable, Guid, Guid)

지정한 큐 이름, 인스턴스 ID 및 구독 ID를 사용하여 MessageEventSubscription 클래스의 새 인스턴스를 초기화합니다.

MessageEventSubscription(IComparable, Guid, Type, String)

지정한 큐 이름, 구독 ID, 인터페이스 형식 및 작업 이름을 사용하여 MessageEventSubscription 클래스의 새 인스턴스를 초기화합니다.

MessageEventSubscription(IComparable, Guid, Type, String, Guid)

지정한 큐 이름, 인스턴스 ID, 인터페이스 형식, 작업 및 구독 ID를 사용하여 MessageEventSubscription 클래스의 새 인스턴스를 초기화합니다.

속성

CorrelationProperties

HandleExternalEventActivity와 함께 들어오는 메시지를 매핑하는 메시지의 상관 관계 속성 컬렉션을 가져옵니다.

InterfaceType

인터페이스 형식을 가져오거나 설정합니다.

MethodName

메서드 이름을 가져오거나 설정합니다.

QueueName

이 구독이 속한 큐의 이름을 가져오거나 설정합니다.

SubscriptionId

이 구독의 고유 식별자를 가져오거나 설정합니다.

WorkflowInstanceId

이 구독이 만들어진 워크플로의 InstanceId를 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상