This class represents a Message that is about to be produced on commit.
More...
|
override String | ToString () |
| Gives a string representation of current objects data. More...
|
|
override String | ToString () |
| Gives a string representation of current objects data. More...
|
|
|
long | Timestamp [get] |
| Get the timestamp, representing the time at which a message was created. More...
|
|
string | DestinationName [get] |
| Get the destination name to which this message was sent. More...
|
|
DestinationType | Type [get] |
| Get the destination type to which this message was sent. DestinationType.All indicates the destination could not be found. More...
|
|
string | MessageID [get] |
| Get the message ID of this message. More...
|
|
This class represents a Message that is about to be produced on commit.
override String TIBCO.EMS.ADMIN.DetailedTransactionInfo.ProducerMessage.ToString |
( |
| ) |
|
|
inline |
Gives a string representation of current objects data.
- Returns
- String representation of current instance.
long TIBCO.EMS.ADMIN.DetailedTransactionInfo.ProducerMessage.Timestamp |
|
get |
Get the timestamp, representing the time at which a message was created.
- Returns
- the time at which a message was created.
0
indicates the timestamp could not be obtained or was disabled.