IRepository(T, TKey).RequestDone Method

MongoRepository

IRepositoryT, TKeyRequestDone Method
Lets the server know that this thread is done with a series of related operations.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
void RequestDone()
Sub RequestDone
void RequestDone()
abstract RequestDone : unit -> unit 
Remarks
Instead of calling this method it is better to put the return value of RequestStart in a using statement.
See Also