Packagecom.lightstreamer.as_client.events
Classpublic class SendMessageAbortEvent
InheritanceSendMessageAbortEvent Inheritance SendMessageEvent Inheritance LSClientEvent Inheritance flash.events.Event

Carries a Client-originated notification of a problem which prevents the processing outcome of a Message sent through LSClient.sendMessage() from being received. Typically, this happens when the session is being closed. In this case, the client has no way of knowing the processing outcome and any outcome is possible.

See also

com.lightstreamer.as_client.LSClient.sendMessage()


Public Properties
 PropertyDefined By
 Inheritedclient : LSClient
[read-only] The LSClient which this event is related to.
LSClientEvent
 InheritedmessageProg : uint
[read-only] A number representing the progressive number of the message within its sequence.
SendMessageEvent
 InheritedoriginalMessage : *
[read-only] The original message sent to the server.
SendMessageEvent
Public Constants
 ConstantDefined By
  SEND_MESSAGE_ABORT : String = sendMessageAbort
[static] Define the value of the type property of a SendMessageAbort event object.
SendMessageAbortEvent
Constant Detail
SEND_MESSAGE_ABORTConstant
public static const SEND_MESSAGE_ABORT:String = sendMessageAbort

Define the value of the type property of a SendMessageAbort event object.