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

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
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