CorrelationDataMessageProperty 클래스

정의

들어오는 메시지를 통해 MessageQuerySet에서 데이터가 반환될 때와 같이 프로토콜이 적용될 때 메시지에 대한 추가적인 상관 관계 정보를 누적하는 메시지 속성을 제공합니다.

public ref class CorrelationDataMessageProperty : System::ServiceModel::Channels::IMessageProperty
public class CorrelationDataMessageProperty : System.ServiceModel.Channels.IMessageProperty
type CorrelationDataMessageProperty = class
    interface IMessageProperty
Public Class CorrelationDataMessageProperty
Implements IMessageProperty
상속
CorrelationDataMessageProperty
구현

설명

CorrelationDataMessageProperty에 의해 누적된 상관 관계 데이터는 한 메시지와 다른 메시지를 연결하는 인스턴스 키를 계산할 때 메시지 내용을 보완합니다.

생성자

CorrelationDataMessageProperty()

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

속성

Name

이 메시지 속성의 이름인 "CorrelationDataMessageProperty"를 가져옵니다.

메서드

Add(String, Func<String>)

속성의 개인 공급자 사전에 상관 관계 데이터 공급자를 추가합니다.

AddData(Message, String, Func<String>)

지정된 메시지에 상관 관계 데이터를 추가합니다.

CreateCopy()

현재 CorrelationDataMessageProperty 인스턴스의 복사본인 새 CorrelationDataMessageProperty 인스턴스를 초기화하고 반환합니다.

Equals(Object)

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

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

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

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

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

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

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

(다음에서 상속됨 Object)
Remove(String)

데이터 공급자의 프라이빗 사전에서 상관 관계 데이터 공급자를 제거합니다.

ToString()

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

(다음에서 상속됨 Object)
TryGet(Message, CorrelationDataMessageProperty)

지정된 메시지의 Properties에서 CorrelationDataMessageProperty를 가져오려고 시도합니다.

TryGet(MessageProperties, CorrelationDataMessageProperty)

지정된 메시지의 속성에서 CorrelationDataMessageProperty를 가져오려고 합니다.

TryGetValue(String, String)

데이터 공급자의 프라이빗 사전에서 지정된 상관 관계 데이터 공급자를 검색하려고 합니다.

적용 대상