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

설명

메모

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

생성자

Name Description
MessageEventSubscription()
사용되지 않음.

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

MessageEventSubscription(IComparable, Guid, Guid)
사용되지 않음.

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

MessageEventSubscription(IComparable, Guid, Type, String, Guid)
사용되지 않음.

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

MessageEventSubscription(IComparable, Guid, Type, String)
사용되지 않음.

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

MessageEventSubscription(IComparable, Guid)
사용되지 않음.

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

속성

Name Description
CorrelationProperties
사용되지 않음.

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

InterfaceType
사용되지 않음.

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

MethodName
사용되지 않음.

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

QueueName
사용되지 않음.

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

SubscriptionId
사용되지 않음.

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

WorkflowInstanceId
사용되지 않음.

이 구독을 InstanceId 만든 워크플로의 값을 가져오거나 설정합니다.

메서드

Name Description
Equals(Object)
사용되지 않음.

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

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

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

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

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

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

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

(다음에서 상속됨 Object)

적용 대상