|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
Holds particulars of a discovered node
| Field Summary | |
|---|---|
| Naanou.LookupService.Discovery |
Empty
Empty discovery |
| string |
Id
Node Id |
| bool |
IsEmpty
Is discovery empty |
| int |
MAX_PRIORITY
Maximum priority |
| string |
Network
Network node belongs too |
| int |
Priority
Priority level (0-9 (n), 0 being the highest) |
| string |
Url
URL for node services. Will always have a trailing slash |
| Constructor Summary | |
|---|---|
|
Discovery(string id, string url, string network) Constructor for a high priority discovery |
|
|
Discovery(bool asdf) Ctor |
|
|
Discovery(string id, string url, string network, int priority) Constructor |
|
| Property Summary | |
|---|---|
| string | IpAddress |
| Method Summary | |
|---|---|
| bool |
Equals(Naanou.LookupService.Discovery other) Does this discovery equal another |
| Methods inherited from class System.ValueType |
|---|
| Equals, GetHashCode, ToString |
| Methods inherited from class System.Object |
|---|
| Finalize, GetType, MemberwiseClone |
| Field Detail |
|---|
public Naanou.LookupService.Discovery Empty
Empty discovery
public string Id
Node Id
public bool IsEmpty
Is discovery empty
public int MAX_PRIORITY
Maximum priority
public string Network
Network node belongs too
public int Priority
Priority level (0-9 (n), 0 being the highest)
public string Url
URL for node services. Will always have a trailing slash
| Constructor Detail |
|---|
public Discovery(string id,
string url,
string network)
Constructor for a high priority discovery
Parameters:
id - Node idurl - Services URLnetwork - Network idprivate Discovery(bool asdf)
Ctor
Parameters:
asdf - Good for nothin'public Discovery(string id,
string url,
string network,
int priority)
Constructor
Parameters:
id - Node idurl - Services URLnetwork - Network idpriority - Priority (0-9, 0 being the highest)| Property Detail |
|---|
public string IpAddress
| Method Detail |
|---|
public bool Equals(Naanou.LookupService.Discovery other)
Does this discovery equal another
Parameters:
other - Compare to
|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||