Class CQEventArg
This object is received when an event is raised and delegate QueryDataNotificationCallback is executed CQEventArg contains the necessary information to identify the event and perform the necessary actions, accordingly. It inherits EventArg which is also a parent of CacheEventArg.
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class CQEventArg : EventArg
Properties
ContinuousQuery
Reference to the ContinuousQuery object it is registered against.
Declaration
public ContinuousQuery ContinuousQuery { get; }
Property Value
Type | Description |
---|---|
ContinuousQuery | It holds object query and values, intended for notifications. |