LBM Source Send Extended Info class.

C# |
public class LBMSourceSendExInfo

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | LBMSourceSendExInfo()()() |
Create an empty LBMSourceSendExInfo object.
|
![]() | LBMSourceSendExInfo(Int32, Object) |
Create an LBMSourceSendExInfo object with flags and callback object set.
|
![]() | LBMSourceSendExInfo(Int32, Object, LBMSourceChannelInfo) |
Create an LBMSourceSendExInfo object with flags and callback object set
as well as channel information included.
|
![]() | LBMSourceSendExInfo(Int32, Object, LBMSourceChannelInfo, UMQIndexInfo) |
Create an LBMSourceSendExInfo object with flags and callback object set
as well as channel information included.
|
![]() | LBMSourceSendExInfo(Int32, Object, LBMSourceChannelInfo, UMQIndexInfo, UMQMessageTotalLifetimeInfo) |
Create an LBMSourceSendExInfo object with flags and callback object set
|
![]() | channelInfo()()() |
Returns the currently set channel information.
|
![]() | clientObject()()() |
Returns the client-supplied callback object.
|
![]() | flags()()() |
Returns currently set flags.
|
![]() | getHfSequenceNumber32()()() |
Get the currently set 32 bit hot failover sequence number.
|
![]() | getHfSequenceNumber64()()() |
Get the currently set 64 bit hot failover sequence number
|
![]() | indexInfo()()() | |
![]() | properties()()() |
Returns the currently set properties information.
|
![]() | setChannelInfo(LBMSourceChannelInfo) |
Sets channel information to be included with messages.
|
![]() | setClientObject(Object) |
Set the user-supplied callback object.
|
![]() | setFlags(Int32) |
Sets flags that control callback behavior.
|
![]() | setHfSequenceNumber32(UInt32) |
Set the 32 bit hot failover sequence number to send
|
![]() | setHfSequenceNumber64(UInt64) |
Set the 64 bit hot failover sequence number to send
|
![]() | setIndexInfo(UMQIndexInfo) | |
![]() | setMessageProperties(LBMMessageProperties) |
Sets properties information to be included with messages.
|
![]() | setTotalLifetimeInfo(UMQMessageTotalLifetimeInfo) | |
![]() | totalLifetimeInfo()()() |

Holds a user-supplied callback argument
and user-supplied flags to change callback behavior for extended
LBMSource.send(byte[], int, int, LBMSourceSendExInfo) calls.

Object | |
![]() | LBMSourceSendExInfo |