RepMgrSystemStats Method (Boolean)

BerkeleyDB

The replication manager statistics

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public RepMgrStats RepMgrSystemStats(
	bool clearStats
)
Visual Basic (Declaration)
Public Function RepMgrSystemStats ( _
	clearStats As Boolean _
) As RepMgrStats
Visual C++
public:
RepMgrStats^ RepMgrSystemStats(
	bool clearStats
)

Parameters

clearStats
Type: System..::.Boolean
If true, reset statistics after returning their values.

Return Value

The replication manager statistics

See Also