GigaSpaces XAP.NET Documentation
TriggerNotifyTemplate Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigTriggerNotifyTemplate
Gets or sets whether to send notifications from all spaces in the cluster that belongs the same replication group that were triggered by the same template.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<bool> TriggerNotifyTemplate { get; set; }
Public Property TriggerNotifyTemplate As Nullable(Of Boolean)
public:
property Nullable<bool> TriggerNotifyTemplate {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_TriggerNotifyTemplate()
/** @property */
public  void set_TriggerNotifyTemplate(Nullable<boolean> value)

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