Create DbSite with the given eid. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
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
            It is only possible to use this method after env open, because EID
            values are not established before that time.