Naanou.LookupService.WorkDispatch
Class GetKeyState

Key state

Field Summary
Naanou.Common.GotKeyDelegate Client
         Client served
Naanou.Common.Hash Id
         Id of key request

Fields inherited from class Naanou.LookupService.WorkDispatch.WorkState
added, serial

Constructor Summary
GetKeyState(Naanou.Common.Hash id, Naanou.Common.GotKeyDelegate client, string requestSerial)
         Constructor

Properties inherited from class Naanou.LookupService.WorkDispatch.WorkState
IsAdded, Serial

Method Summary
void SendResult(object[] p)

Methods inherited from class Naanou.LookupService.WorkDispatch.WorkState
Added

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

Client

public Naanou.Common.GotKeyDelegate Client

Client served


Id

public Naanou.Common.Hash Id

Id of key request

Constructor Detail

GetKeyState

public GetKeyState(Naanou.Common.Hash id,
                   Naanou.Common.GotKeyDelegate client,
                   string requestSerial)

Constructor

Parameters:
id - Id
client - Client
Method Detail

SendResult

public void SendResult(object[] p)