구입하기Buy
1-855-856-7678
지원Support
상관 관계 필터 식을 나타냅니다.
네임스페이스: Microsoft.ServiceBus.Messaging
CorrelationFilter 유형에서 다음 멤버를 표시합니다.
| 이름 | 설명 | |
|---|---|---|
![]() | CorrelationFilter()()()() | 기본값으로 CorrelationFilter 클래스의 새 인스턴스를 초기화합니다. |
![]() | CorrelationFilter(String) | 지정된 상관 관계 식별자를 사용하여 CorrelationFilter 클래스의 새 인스턴스를 초기화합니다. |
| 이름 | 설명 | |
|---|---|---|
![]() | ContentType | 메시지의 콘텐츠 형식을 가져옵니다. |
![]() | CorrelationId | 상관 관계의 식별자를 가져옵니다. |
![]() | Label | 응용 프로그램 관련 레이블을 가져옵니다. |
![]() | MessageId | 메시지의 식별자를 가져옵니다. |
![]() | Properties | 메시지의 응용 프로그램 관련 속성을 가져옵니다. |
![]() | ReplyTo | 응답할 큐의 주소를 가져옵니다. |
![]() | ReplyToSessionId | 응답할 세션 식별자를 가져옵니다. |
![]() | RequiresPreprocessing | CorrelationFilter 식에 사전 처리가 필요한지 여부를 나타내는 값을 가져옵니다. (Filter..::..RequiresPreprocessing을(를) 재정의함) |
![]() | SessionId | 세션 식별자를 가져옵니다. |
![]() | To | 보낼 주소를 가져옵니다. |
| 이름 | 설명 | |
|---|---|---|
![]() | Equals | (Object에서 상속됨) |
![]() | GetHashCode | (Object에서 상속됨) |
![]() | GetType | (Object에서 상속됨) |
![]() | Match | 메시지가 현재 SQL 식과 일치하는지 여부를 나타냅니다. (Filter..::..Match(BrokeredMessage)을(를) 재정의함) |
![]() | Preprocess | 사전 처리된 필터 식을 가져옵니다. (Filter..::..Preprocess()()()()을(를) 재정의함) |
![]() | ToString | (Object에서 상속됨) |
![]() | Validate | CorrelationFilter 개체의 유효성을 검사합니다. (Filter..::..Validate()()()()을(를) 재정의함) |
The CorrelationFilter provides an efficient shortcut for declarations of filters that deal only with correlation equality. In this case the cost of the lexicographical analysis of the expression can be avoided. Not only will correlation filters be optimized at declaration time, but they will also be optimized at runtime. Correlation filter matching can be reduced to a hashtable lookup, which aggregates the complexity of the set of defined correlation filters to 0(1).