MongoRepository documentation
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
Remarks
Instead of calling this method it is better to put the return value of RequestStart in a using statement.
See Also