ISortedTreeServerCreateClientHost Method

Creates a client connection to the server.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
SnapClient CreateClientHost()

Return Value

SnapClient
A SnapClient representing the client connection to the server.

Remarks

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.

See Also