Create DbChannel with given eid.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public DbChannel RepMgrChannel( int eid ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function RepMgrChannel ( _ eid As Integer _ ) As DbChannel | 
| Visual C++ | 
|---|
| public: DbChannel^ RepMgrChannel( int eid ) | 
Parameters
- eid
- Type: System..::.Int32
 Environment id. If the eid is EID_MASTER, create channel sending to master site only.





