GigaSpaces XAP.NET Documentation
NotifyType Property
Class LibraryGigaSpaces.XAP.Events.NotifyNotifyEventListenerContainer<(Of <(TData>)>)NotifyType
Gets or sets the type(s) of notification to register for.
Declaration Syntax
C#Visual BasicVisual C++J#
public DataEventType NotifyType { get; set; }
Public Property NotifyType As DataEventType
public:
property DataEventType NotifyType {
	DataEventType get ();
	void set (DataEventType value);
}
/** @property */
public DataEventType get_NotifyType()
/** @property */
public  void set_NotifyType(DataEventType value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)