Server handler class to retrieve information via .NET Remoting.
Declaring type: ServerQueryRemotingHandler
Namespace: Zyan.InterLinq.Communication.Remoting
Assembly: Zyan.Communication
Collapse/Expand Public Constructors (see also: Protected Constructors)
  Name Description
Public Method ServerQueryRemotingHandler Initializes this class.
Collapse/Expand Protected Constructors
  Name Description
Protected Method ServerQueryRemotingHandler Initializes this class.
Collapse/Expand Public Methods (see also: Protected Methods)
  Name Description
Public Method Virtual InitializeLifetimeService This methods is overwritten because this class is made for a singleton service and should live until the application terminates.
Public Method Retrieve Retrieves data from the server by an Expression tree.
Public Method Start Overloaded. Publishes this object for remoting.
Collapse/Expand Protected Methods
  Name Description
Protected Method Virtual GetRegisteredService Returns the registered IQueryRemoteHandler.
Protected Method Virtual RegisterService Registers the IQueryRemoteHandler as service.
Collapse/Expand Public Properties
  Name Description
Public Property InnerHandler Gets the IQueryRemoteHandler.