Gateways holds all the different IGateways that are currently discovered.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IGateways : IAdminAware, IEnumerable<IGateway>, IEnumerable
Public Interface IGateways _ Inherits IAdminAware, IEnumerable(Of IGateway), IEnumerable
public interface class IGateways : IAdminAware, IEnumerable<IGateway^>, IEnumerable
public interface IGateways extends IAdminAware, IEnumerable<IGateway>, IEnumerable
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
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 | |
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.
|