Create DbSite with the given eid. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public DbSite RepMgrSite( int eid ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function RepMgrSite ( _ eid As Integer _ ) As DbSite | 
| Visual C++ | 
|---|
| public: DbSite^ RepMgrSite( int eid ) | 
Parameters
- eid
- Type: System..::.Int32
 The environment id
 Remarks
Remarks
            It is only possible to use this method after env open, because EID
            values are not established before that time.
            





