UM .NET API
6.16.1
|
Encapsulates an LBM context-level source event. More...
Public Member Functions | |
int | type () |
LBM Source Event type. More... | |
long | registrationId () |
Registration ID associated with this event. More... | |
long | sequenceNumber () |
Sequence number associated with this event. More... | |
string | dataString () |
String data associated with this event. More... | |
object | clientObject () |
Client callback object. More... | |
LBMSourceEventWakeupInfo | sourceWakeupInfo () |
Source wakeup info object. More... | |
UMESourceEventRegistrationSuccessInfo | registrationSuccessInfo () |
Registration success info object. More... | |
UMESourceEventRegistrationCompleteInfo | registrationCompleteInfo () |
Registration complete info. More... | |
UMESourceEventAckInfo | ackInfo () |
Gets extended ACK info. More... | |
UMESourceEventDeregistrationSuccessInfo | deregistrationSuccessInfo () |
Gets deregistration success info. More... | |
UMESourceEventDeregistrationCompleteInfo | deregistrationCompleteInfo () |
Gets deregistration complete info. More... | |
LBMSourceEventSequenceNumberInfo | sequenceNumberInfo () |
Gets extended sequence number info. More... | |
UMQSourceEventMessageIdInfo | messageIdInfo () |
Gets an object describing teh message ID assigned to a message (UMQ only) More... | |
UMQSourceEventAckInfo | queueAckInfo () |
Gets an object containing extended information about a stability acknowledgement event. (UMQ only) More... | |
UMQSourceEventRegistrationCompleteInfo | queueRegistrationCompleteInfo () |
Queue registration complete info. (UMQ only) More... | |
UMQSourceEventULBReceiverInfo | ulbReceiverInfo () |
Gets an object containing extended information about a ULB receiver event. (UMQ only) More... | |
UMQSourceEventULBMessageInfo | ulbMessageInfo () |
Gets an object containing extended information about a ULB message event. (UMQ only) More... | |
LBMSourceEventFlightSizeNotification | flightSizeNotification () |
Gets an object containing flight size information. More... | |
LBMSourceEventTimestampInfo | timestampInfo () |
Gets an object containing timestamp information. More... | |
LBMSourceEvent | promote () |
This method should be called if the application wishes to continue processing the source event on another thread, or after the source event callback returns. More... | |
void | dispose () |
This method should be called before the source event callback returns to indicate that the application is finished with the source event allowing it to be reused when processing a future source event. | |
Encapsulates an LBM context-level source event.
|
inherited |
Gets extended ACK info.
|
inherited |
Client callback object.
This object is specified by the application using another API method.
|
inherited |
String data associated with this event.
This value may not be valid for all event types.
|
inherited |
Gets deregistration complete info.
|
inherited |
Gets deregistration success info.
|
inherited |
Gets an object containing flight size information.
|
inherited |
Gets an object describing teh message ID assigned to a message (UMQ only)
|
inherited |
This method should be called if the application wishes to continue processing the source event on another thread, or after the source event callback returns.
|
inherited |
Gets an object containing extended information about a stability acknowledgement event. (UMQ only)
|
inherited |
Queue registration complete info. (UMQ only)
Contains extended queue registration complete information.
|
inherited |
Registration complete info.
Contains extended registration complete information.
|
inherited |
Registration ID associated with this event.
This value may not be valid for all event types.
|
inherited |
Registration success info object.
Contains extended registration information.
|
inherited |
Sequence number associated with this event.
This value may not be valid for all event types.
|
inherited |
Gets extended sequence number info.
|
inherited |
Source wakeup info object.
Contains extended information about a source wakeup event.
|
inherited |
Gets an object containing timestamp information.
|
inherited |
|
inherited |
Gets an object containing extended information about a ULB message event. (UMQ only)
|
inherited |
Gets an object containing extended information about a ULB receiver event. (UMQ only)