Class ReferenceManagerExtensions
Inheritance
System.Object
ReferenceManagerExtensions
Assembly: DistributedLucene.Net.dll
Syntax
public static class ReferenceManagerExtensions : object
Methods
Name | Description |
---|---|
GetContext<T>(ReferenceManager<T>) | Obtain the current reference. Like Acquire(), but intended for use in a using block so calling Release(G) happens implicitly. For example:
|