[Missing <summary> documentation for N:GigaSpaces.Core.Admin.ServiceGrid.Zones]
| C# | Visual Basic | Visual 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
| All Types | Classes | Interfaces | 
| Icon | Type | Description | 
|---|---|---|
| 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.
              | 
