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 누적된 상관 관계 데이터는 메시지를 다른 메시지와 연결하는 인스턴스 키를 계산할 때 메시지 콘텐츠를 보강합니다.

생성자

Name Description
CorrelationDataMessageProperty()

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

속성

Name Description
Name

"CorrelationDataMessageProperty"라는 메시지 속성의 이름을 가져옵니다.

메서드

Name Description
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)

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

TryGet(MessageProperties, CorrelationDataMessageProperty)

지정된 메시지 속성에서 가져오기 CorrelationDataMessageProperty 를 시도합니다.

TryGetValue(String, String)

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

적용 대상