GigaSpaces XAP.NET Documentation
BeforeAllNotifyTrigger Property
Class LibraryGigaSpaces.Core.FiltersMethodNameSpaceFilterConfigFactoryBeforeAllNotifyTrigger
Filter callback BeforeAllNotifyTrigger. Indicates that at least one notify template is matched to the current entry event.
Declaration Syntax
C#Visual BasicVisual C++J#
public string BeforeAllNotifyTrigger { get; set; }
Public Property BeforeAllNotifyTrigger As String
	Get
	Set
public:
property String^ BeforeAllNotifyTrigger {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_BeforeAllNotifyTrigger()
/** @property */
public  void set_BeforeAllNotifyTrigger(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)