GigaSpaces XAP.NET Documentation
GigaSpaces.Core.Admin.ServiceGrid.Zones Namespace
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.Zones

[Missing <summary> documentation for "N:GigaSpaces.Core.Admin.ServiceGrid.Zones"]

Declaration Syntax
C#Visual BasicVisual C++J#
namespace GigaSpaces.Core.Admin.ServiceGrid.Zones
Namespace GigaSpaces.Core.Admin.ServiceGrid.Zones
namespace GigaSpaces.Core.Admin.ServiceGrid.Zones
package GigaSpaces.Core.Admin.ServiceGrid.Zones
Types
All TypesClassesInterfaces
IconTypeDescription
IZone
A zone is a grid isolation level, allowing to associate the different grid service components such as IGridServiceAgent, IGridServiceManager etc' to a specific zone. And then restrict deployments to a specific zone or zones.

IZoneAware
A grid component implements this interface allowing to get the IZones it is running within.

IZones
Holds all the different IZones that are currently discovered. Provides simple means to get all the current zones, as well as as registering for zones lifecycle (added and removed) events.

ZoneAddedEventArgs
Provide data for ZoneAdded event.

ZoneRemovedEventArgs
Provide data for ZoneRemoved event.