ISortedTreeServer Interface

Represents a sorted tree server interface that provides methods for interacting with the server.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public interface ISortedTreeServer : IDisposable
Implements
IDisposable

Methods

CreateClientHost Creates a client connection to the server.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)

See Also