Click or drag to resize
PushMessageEventArgs Class
EventArgs for a response from the server without specific reciever.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Qlik.Engine.CommunicationPushMessageEventArgs

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class PushMessageEventArgs : EventArgs

The PushMessageEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyMessage
The actual message
Public propertyResponse
The response object
Top
See Also