Naanou.LookupService.WorkDispatch
Class QueryState

Query progress

Field Summary
Naanou.Common.QueryProgressDelegate ClientCallback
         Client callback
string ClientIdSerial
Naanou.LookupService.WorkDispatch.Dispatch dispatch
Naanou.Common.Search.SearchQuery Query
         Request

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

Constructor Summary
QueryState(Naanou.Common.Search.SearchQuery query, Naanou.Common.QueryProgressDelegate clientCallback, string clientIdSerial, string requestSerial)
         Constructor

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

Method Summary
void SendResult(object[] p)
void SetDispatch(Naanou.LookupService.WorkDispatch.Dispatch dispatch)

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

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


Field Detail

ClientCallback

public Naanou.Common.QueryProgressDelegate ClientCallback

Client callback


ClientIdSerial

public string ClientIdSerial


dispatch

private Naanou.LookupService.WorkDispatch.Dispatch dispatch


Query

public Naanou.Common.Search.SearchQuery Query

Request

Constructor Detail

QueryState

public QueryState(Naanou.Common.Search.SearchQuery query,
                  Naanou.Common.QueryProgressDelegate clientCallback,
                  string clientIdSerial,
                  string requestSerial)

Constructor

Parameters:
query - Query
clientIdSerial - Client
clientCallback - Callback for result
Method Detail

SendResult

public void SendResult(object[] p)


SetDispatch

public void SetDispatch(Naanou.LookupService.WorkDispatch.Dispatch dispatch)