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