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
Name | Description |
---|---|
ContinuousQuery | Reference to the ContinuousQuery object it is registered against. |