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
Public Interface IZone
public interface class IZone
public interface IZone

All Members | Properties | Events | |||
Icon | Member | Description |
---|---|---|
![]() | 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.
|