GigaSpaces XAP.NET Documentation
SpaceCorrelated Event
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitIProcessingUnitSpaceCorrelated
Occurs when that an embedded ISpace was correlated with a IProcessingUnit.
Declaration Syntax
C#Visual BasicVisual C++J#
event EventHandler<ProcessingUnitSpaceCorrelatedEventArgs> SpaceCorrelated
Event SpaceCorrelated As EventHandler(Of ProcessingUnitSpaceCorrelatedEventArgs)
 event EventHandler<ProcessingUnitSpaceCorrelatedEventArgs^>^ SpaceCorrelated {
	void add (EventHandler<ProcessingUnitSpaceCorrelatedEventArgs^>^ value);
	void remove (EventHandler<ProcessingUnitSpaceCorrelatedEventArgs^>^ value);
}
/** @event */
void add_SpaceCorrelated (EventHandler<ProcessingUnitSpaceCorrelatedEventArgs> value)
/** @event */
void remove_SpaceCorrelated (EventHandler<ProcessingUnitSpaceCorrelatedEventArgs> value)

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