C# 클래스 RabbitMQ.Client.Content.MapMessageReader

Analyzes AMQP Basic-class messages binary-compatible with QPid's "MapMessage" wire encoding.
상속: RabbitMQ.Client.Content.BasicMessageReader, IMapMessageReader
파일 보기 프로젝트 열기: rabbitmq/rabbitmq-dotnet-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_table object>.IDictionary

공개 메소드들

메소드 설명
MapMessageReader ( IBasicProperties properties, byte payload ) : System.Collections.Generic

Construct an instance for reading. See BasicMessageReader.

메소드 상세

MapMessageReader() 공개 메소드

Construct an instance for reading. See BasicMessageReader.
public MapMessageReader ( IBasicProperties properties, byte payload ) : System.Collections.Generic
properties IBasicProperties
payload byte
리턴 System.Collections.Generic

프로퍼티 상세

m_table 보호되어 있는 프로퍼티

protected IDictionary m_table
리턴 object>.IDictionary