The PhoenixSearch service is implemeneted in this namespace.

Classes

  ClassDescription
Initiator
This class is responsible for handling search query requests that are dropped in the pickup folder. It loads the oldest request and makes webservice calls based on the information the query file contains.
ModelView
Use as a base-class to serve as the marshall between a middle-tier object and a presentation-tier object. Uses Invoke() to run code on the UI object's own thread.
PhoenixSearchService
The PhoenixSearchService manages all outgoing search queries.
Queue
Manages incoming search requests by listening on the Search queue folder and informing the initiator about these events.

Delegates

  DelegateDescription
ExceptionHandler
Delegate method to be used to handle Exceptions.
JobFailedHandler
Delegate method to be used when a given Job has failed or was cancelled.
JobHandler
Delegate method to be used to provide information about a job.
MessageHandler
Delegate method to be used to handle miscellaneous Messages.
QueueChangedEventHandler
Used to inform the Initiator that a File has arrived in the incoming search Queue.
RequestFinishedHandler
Delegate method to be used when a search request has been sent.
RequestMessageHandler
Delegate method to be used to handle Messages with a SearchServiceRequest object for reference.