MessageType property: IBInfo class
Description
This property returns the type of the message, as a string.
Note:
This property has been desupported and remains for backward compatibility only. Use the IBInfo class OperationType property instead.
See OperationType property: IBInfo class.
Valid types are:
| Value | Description |
|---|---|
|
Sync |
Indicates that the message is synchronous. |
|
Async |
Indicates that the message is asynchronous. |
|
Ping |
Indicates that the message is used to test the application server to make sure it is available and accepting requests. |
This property is read-only.