MongoRepository(T, TKey).RequestDone Method

MongoRepository

MongoRepositoryT, 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
public virtual void RequestDone()
Public Overridable Sub RequestDone
public:
virtual void RequestDone()
abstract RequestDone : unit -> unit 
override RequestDone : unit -> unit 

Implements

IRepositoryT, TKeyRequestDone
Remarks
Instead of calling this method it is better to put the return value of RequestStart in a using statement.
See Also