MongoRepositoryManager(T, TKey).IsCapped Method

MongoRepository

MongoRepositoryManagerT, 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
public virtual bool IsCapped()
Public Overridable Function IsCapped As Boolean
public:
virtual bool IsCapped()
abstract IsCapped : unit -> bool 
override IsCapped : unit -> bool 

Return Value

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

Implements

IRepositoryManagerT, TKeyIsCapped
See Also