OracleAQMessage(Object)
This constructor instantiates the OracleAQMessage
class using the Object
provided as the payload
.
Declaration
// C#
public OracleAQMessage(Object payload);
Parameters
-
payload
An
Object
specifyingpayload
. It can be one of the following types:-
byte[]
-
IOracleCustomType
-
OracleBinary
-
OracleXmlType
-
String
-
XmlReader
-
Exceptions
ArgumentException
- The specified payload
value is of invalid type.
Remarks
The ODP.NET AQ implementation currently does not support user defined types with LOB attributes. It also does not support other variants of user defined types such as VARRAY
and nested tables, as Oracle Database AQ does not support them inherently.