GigaSpaces XAP.NET Documentation
MachineAdded Event
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MachineIMachinesMachineAdded
Occurs when a IMachine is added.
Declaration Syntax
C#Visual BasicVisual C++J#
Event MachineAdded As EventHandler(Of MachineAddedEventArgs)
 event EventHandler<MachineAddedEventArgs^>^ MachineAdded {
	void add (EventHandler<MachineAddedEventArgs^>^ value);
	void remove (EventHandler<MachineAddedEventArgs^>^ value);
}
/** @event */
void add_MachineAdded (EventHandler<MachineAddedEventArgs> value)
/** @event */
void remove_MachineAdded (EventHandler<MachineAddedEventArgs> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)