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.
            
| C# | Visual Basic | Visual C++ | J# | 
public interface IZone : IDumpProvider
Public Interface IZone _ Implements IDumpProvider
public interface class IZone : IDumpProvider
public interface IZone extends IDumpProvider
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description | 
|---|---|---|
| GenerateDump(String) | 
            Generates dump for all the provided dump processors. Note, this will include a heap dump which
            can consume time and potentially be of very large size  (Inherited from IDumpProvider.) | |
| GenerateDump(String, array<String>[]()[]) | 
            Generates dump for the provided processors. The current list of processors include:
              (Inherited from IDumpProvider.)
  | |
| GridServiceAgents | 
            Gets the IGridServiceAgents running within the zone.
              | |
| GridServiceContainers | 
            Gets the IGridServiceContainers running within the zone.
              | |
| GridServiceManagers | 
            Gets the IGridServiceManagers running within the zone.
              | |
| HasGridComponents | 
            Gets whether there are grid componets running within the zone.
              | |
| LookupServices | 
            Gets the ILookupServices that are running within the zone.
              | |
| Machines | 
            Gets the IMachines running within the zone.
              | |
| Name | 
            Gets the name of the zone.
              | |
| ProcessingUnitInstanceAdded | 
            Occurs when a IProcessingUnitInstance is added to this zone.
              | |
| ProcessingUnitInstanceRemoved | 
            Occurs when a IProcessingUnitInstance is removed from this zone.
              | |
| ProcessingUnitInstances | 
            Gets all the IProcessingUnitInstances running within the zone.
              | |
| SpaceInstanceAdded | 
            Occurs when a ISpaceInstance is added to this zone.
              | |
| SpaceInstanceRemoved | 
            Occurs when a ISpaceInstance is removed from this zone.
              | |
| SpaceInstances | 
            Gets all the ISpaceInstances running within the zone.
              | |
| Transports | 
            Gets the ITransports "running"  within the zone.
              | |
| VirtualMachines | 
            Gets the IVirtualMachines running within the zone.
              | 
