Метод | Описание | |
---|---|---|
ShowDictionary ( object>.Dictionary |
A Function to display a amqp/map message packaged as a Dictionary.
|
|
ShowList ( Collection |
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.
|
public static ShowDictionary ( object>.Dictionary |
||
dict | object>.Dictionary | The AMQP map |
level | int | Nested depth |
Результат | void |
public static ShowList ( Collection | ||
list | Collection | The AMQP list |
level | int | Nested depth |
Результат | void |
public static ShowMessage ( Message message ) : void | ||
message | Message | The Message |
Результат | void |