Configure the database environment as a client in a group of
replicated database environments.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
Visual Basic (Declaration) |
---|
Public Sub RepStartClient ( _
cdata As DatabaseEntry _
) |
Parameters
- cdata
- Type: BerkeleyDB..::.DatabaseEntry
An opaque data item that is sent over the communication
infrastructure when the client comes online (see Connecting to a new
site in the Programmer's Reference Guide for more information). If
no such information is useful, cdata should be null.
See Also