Lookup Services hold all the different ILookupServices that are currently
discovered.
Provides simple means to get all the current lus, as well as as registering for
lus lifecycle (added and removed) events.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface ILookupServices : IAdminAware, IDumpProvider, IEnumerable<ILookupService>, IEnumerable
Public Interface ILookupServices _ Inherits IAdminAware, IDumpProvider, IEnumerable(Of ILookupService), _ IEnumerable
public interface class ILookupServices : IAdminAware, IDumpProvider, IEnumerable<ILookupService^>, IEnumerable
public interface ILookupServices extends IAdminAware, IDumpProvider, IEnumerable<ILookupService>, IEnumerable
Members
All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
Admin |
Gets the IServiceGridAdmin associated with this element.
(Inherited from IAdminAware.) | |
Count |
Gets the number of currently discovered lookup services.
| |
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.)
| |
GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'ILookupService>)>)>.) | |
GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) | |
GetLookupServiceByUID(String) |
Returns a ILookupService based on its uid.
| |
IsEmpty |
States if there are no discovered lookup services.
| |
LookupServiceAdded |
Occurs when a ILookupService is added.
| |
LookupServiceRemoved |
Occurs when a ILookupService is removed.
| |
LookupServices |
Gets all the currently discovered ILookupService.
| |
Uids |
Gets a dictionary of lookup service with the key as the uid.
| |
WaitFor(Int32) |
Waits for SetDefaultTimeout(TimeSpan) till the provided number of lookup services are up.
| |
WaitFor(Int32, TimeSpan) |
Waits for the given timeout till the provided number of lookup services are up.
|