GigaSpaces XAP.NET Documentation
IGateways Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGateways
Gateways holds all the different IGateways that are currently discovered.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IGateways : IAdminAware, 
	IEnumerable<IGateway>, IEnumerable
Public Interface IGateways _
	Implements IAdminAware, IEnumerable(Of IGateway),  _
	IEnumerable
public interface class IGateways : IAdminAware, 
	IEnumerable<IGateway^>, IEnumerable
public interface IGateways extends IAdminAware, 
	IEnumerable<IGateway>, IEnumerable
Members
All MembersMethodsProperties



IconMemberDescription
Admin
Gets the IServiceGridAdmin associated with this element.
(Inherited from IAdminAware.)
Count
Gets the number of currently discovered gateways.

Gateways
Gets all the currently discovered gateways.

GetEnumerator()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(IGateway>)>).)
GetEnumerator()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
GetGateway(String)
Returns the IGateway for the given gateway name. Returns
CopyC#
null
if the gateway is not currently discovered.

IsEmpty
States if there are no discovered gateways.

Names
Gets a map of IGateway keyed by their respective names.

WaitFor(String)
Waits for the default timeout specified by SetDefaultTimeout(TimeSpan) till the gateway is identified as deployed.

WaitFor(String, TimeSpan)
Waits for the specified timeout (in time interval) till the gateway is identified as deployed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)