IRepositoryManager(T, TKey).IsCapped Method

MongoRepository

IRepositoryManagerT, TKeyIsCapped Method
Tests whether the repository is capped.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
bool IsCapped()
Function IsCapped As Boolean
bool IsCapped()
abstract IsCapped : unit -> bool 

Return Value

Type: Boolean
Returns true when the repository is capped, false otherwise.
See Also