Interface IBrowserLease
- Namespace
- CobaltPdf.Infrastructure.Pooling
- Assembly
- CobaltPdf.dll
Represents a "lease" on a browser from the pool. Dispose of this object to return the browser to the pool.
public interface IBrowserLease : IAsyncDisposable
- Inherited Members
Properties
Browser
The leased browser instance.
IBrowser Browser { get; }
Property Value
- IBrowser