C# Class Apache.NMS.Test.MapMessageTest

Inheritance: NMSTestSupport
Show file Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
DESTINATION_NAME string
a bool
b byte
c char
d short
e int
f long
g string
h bool
i byte
j short
k int
l long
m float
n double
o byte[]

Private Methods

Method Description
SendReceiveMapMessage ( [ deliveryMode ) : void
SendReceiveNestedMapMessage ( [ deliveryMode ) : void

Property Details

DESTINATION_NAME protected static property

protected static string DESTINATION_NAME
return string

a protected property

protected bool a
return bool

b protected property

protected byte b
return byte

c protected property

protected char c
return char

d protected property

protected short d
return short

e protected property

protected int e
return int

f protected property

protected long f
return long

g protected property

protected string g
return string

h protected property

protected bool h
return bool

i protected property

protected byte i
return byte

j protected property

protected short j
return short

k protected property

protected int k
return int

l protected property

protected long l
return long

m protected property

protected float m
return float

n protected property

protected double n
return double

o protected property

protected byte[] o
return byte[]