GigaSpaces XAP.NET Documentation
ReplicateNotifyTemplate Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigReplicateNotifyTemplate
Gets or sets whether to replicate the registration to other spaces in the cluster the belongs to the same replication group.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<bool> ReplicateNotifyTemplate { get; set; }
Public Property ReplicateNotifyTemplate As Nullable(Of Boolean)
public:
property Nullable<bool> ReplicateNotifyTemplate {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_ReplicateNotifyTemplate()
/** @property */
public  void set_ReplicateNotifyTemplate(Nullable<boolean> value)

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