Instantiate a new LSN object
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public LSN( uint file, uint off ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ file As UInteger, _ off As UInteger _ ) | 
| Visual C++ | 
|---|
| public: LSN( unsigned int file, unsigned int off ) | 
Parameters
- file
- Type: System..::.UInt32
 The log file number.
- off
- Type: System..::.UInt32
 The offset in the log file.





