|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Result of a key lookup
Field Summary | |
---|---|
System.Exception |
Exception
Exception that occurred, if any |
int |
Hops
Number of hops taken to discover result |
Naanou.Common.Hash |
Key
Key |
Naanou.Common.KeyContainer[] |
Keys
Keys found |
bool |
NotFound
Was nothing found? |
string | requestSerial |
Constructor Summary | |
---|---|
GetKeyResult(Naanou.Common.KeyContainer[] keys, Naanou.Common.Hash key, bool notFound, int hops, System.Exception exception) Constuctor |
Property Summary | |
---|---|
string |
Serial
Gets serial |
Method Summary | |
---|---|
void |
SetSerial(string serial) Sets serial. Can only be set once |
Methods inherited from class System.ValueType |
---|
Equals, GetHashCode, ToString |
Methods inherited from class System.Object |
---|
Finalize, GetType, MemberwiseClone |
Field Detail |
---|
public System.Exception Exception
Exception that occurred, if any
public int Hops
Number of hops taken to discover result
public Naanou.Common.Hash Key
Key
public Naanou.Common.KeyContainer[] Keys
Keys found
public bool NotFound
Was nothing found?
private string requestSerial
Constructor Detail |
---|
public GetKeyResult(Naanou.Common.KeyContainer[] keys, Naanou.Common.Hash key, bool notFound, int hops, System.Exception exception)
Constuctor
Parameters:
keys
- Keyskey
- KeynotFound
- Was nothing foundhops
- Hops takenexception
- Exception that occurred, if anyProperty Detail |
---|
public string Serial
Gets serial
Method Detail |
---|
public void SetSerial(string serial)
Sets serial. Can only be set once
Parameters:
serial
- System.InvalidOperationException
- Serial is already set
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |