GigaSpaces XAP.NET Documentation
IGridServiceContainers Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ContainerIGridServiceContainers
Grid Service Containers hold all the different IGridServiceContainers that are currently discovered. Provides simple means to get all the current containers, as well as as registering for container lifecycle (added and removed) events.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IGridServiceContainers : IAdminAware, 
	IEnumerable<IGridServiceContainer>, IEnumerable
Public Interface IGridServiceContainers _
	Implements IAdminAware, IEnumerable(Of IGridServiceContainer),  _
	IEnumerable
public interface class IGridServiceContainers : IAdminAware, 
	IEnumerable<IGridServiceContainer^>, IEnumerable
public interface IGridServiceContainers extends IAdminAware, 
	IEnumerable<IGridServiceContainer>, IEnumerable
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Admin
Gets the IServiceGridAdmin associated with this element.
(Inherited from IAdminAware.)
Containers
Gets all the currently discovered containers.

Count
Gets the number of currently discovered containers.

GetContainerByUID(String)
Returns a container based on its uid. Uid

GetEnumerator()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(IGridServiceContainer>)>).)
GetEnumerator()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
GridServiceContainerAdded
Occurs when a IGridServiceContainer is added.

GridServiceContainerRemoved
Occurs when a IGridServiceContainer is removed.

IsEmpty
States if there are no discovered containers.

Uids
Gets a dictionary of grid service container with the key as the uid.

WaitFor(Int32)
Waits for SetDefaultTimeout(TimeSpan) till the provided number of containers are up. When passing 0, will wait till there are no more grid service containers.

WaitFor(Int32, TimeSpan)
Waits for the given timeout till the provided number of containers are up. When passing 0, will wait till there are no more grid service containers.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.1.4.4750 (7.1.4.4750)