GigaSpaces XAP.NET Documentation
AfterAllNotifyTrigger Property
Class LibraryGigaSpaces.Core.FiltersMethodNameSpaceFilterConfigFactoryAfterAllNotifyTrigger
Filter callback AfterAllNotifyTrigger. Indicates that all notify templates that are matched to the current entry event were triggered and returned or failed.
Declaration Syntax
C#Visual BasicVisual C++J#
public string AfterAllNotifyTrigger { get; set; }
Public Property AfterAllNotifyTrigger As String
public:
property String^ AfterAllNotifyTrigger {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_AfterAllNotifyTrigger()
/** @property */
public  void set_AfterAllNotifyTrigger(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)