GigaSpaces XAP.NET Documentation
ReplicationStatusChanged Event
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpaceInstanceReplicationStatusChanged
Occurs when ReplicationStatus has changed.
Declaration Syntax
C#Visual BasicVisual C++J#
event EventHandler<ReplicationStatusChangedEventArgs> ReplicationStatusChanged
Event ReplicationStatusChanged As EventHandler(Of ReplicationStatusChangedEventArgs)
 event EventHandler<ReplicationStatusChangedEventArgs^>^ ReplicationStatusChanged {
	void add (EventHandler<ReplicationStatusChangedEventArgs^>^ value);
	void remove (EventHandler<ReplicationStatusChangedEventArgs^>^ value);
}
/** @event */
void add_ReplicationStatusChanged (EventHandler<ReplicationStatusChangedEventArgs> value)
/** @event */
void remove_ReplicationStatusChanged (EventHandler<ReplicationStatusChangedEventArgs> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 15.5.0.0 (15.5.0)