ISortedTreeServerCreateClientHost Method
Creates a client connection to the server.
Namespace: SnapDB.Snap.ServicesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
function CreateClientHost();
Return Value
SnapClientA
SnapClient representing the client connection to the server.
This method is used to create a client connection to the server. The returned
SnapClient
can be used to communicate with the server and perform various operations.