
Icon | Member | Description |
---|---|---|
![]() | send(String, String, array<Byte>[]()[], Int32, Int32) |
Send a unicast immediate message to a specific topic
|
![]() | send(String, String, LBMRequest, LBMEventQueue, Int32) |
Send a unicast immediate request to a specific topic (specifying an
Event Queue for processing of the response(s))
|
![]() | send(String, String, LBMRequest, Int32) |
Send a unicast immediate request to a specific topic
|
![]() | send(String, array<Byte>[]()[], Int32, Int32) |
Send a multicast immediate message to a specific topic
|
![]() | send(String, LBMRequest, LBMEventQueue, Int32) |
Send a multicast immediate request to a specific topic (specifying an
Event Queue for processing of the response(s))
|
![]() | send(String, LBMRequest, Int32) |
Send a multicast immediate request to a specific topic
|
![]() | send(String, String, array<Byte>[]()[], Int32, Int32, LBMSourceSendExInfo) |
Send a multicast immediate message on a specific topic to a queue. (UMQ only)
|