C# 클래스 Org.Apache.Qpid.Messaging.Examples.MessageViewer

A class with functions to display structured messages.
파일 보기 프로젝트 열기: cajus/qpid-cpp-debian 1 사용 예제들

공개 메소드들

메소드 설명
ShowDictionary ( object>.Dictionary dict, int level ) : void

A Function to display a amqp/map message packaged as a Dictionary.

ShowList ( Collection list, int level ) : void

A function to display a ampq/list message packaged as a List.

ShowMessage ( Message message ) : void

A function to diplay a Message. The native Object type is decomposed into AMQP types.

메소드 상세

ShowDictionary() 공개 정적인 메소드

A Function to display a amqp/map message packaged as a Dictionary.
public static ShowDictionary ( object>.Dictionary dict, int level ) : void
dict object>.Dictionary The AMQP map
level int Nested depth
리턴 void

ShowList() 공개 정적인 메소드

A function to display a ampq/list message packaged as a List.
public static ShowList ( Collection list, int level ) : void
list Collection The AMQP list
level int Nested depth
리턴 void

ShowMessage() 공개 정적인 메소드

A function to diplay a Message. The native Object type is decomposed into AMQP types.
public static ShowMessage ( Message message ) : void
message Message The Message
리턴 void