Close the channel.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
Syntax
| C# | 
|---|
| public void Close() | 
| Visual Basic (Declaration) | 
|---|
| Public Sub Close | 
| Visual C++ | 
|---|
| public: void Close() | 
 Remarks
Remarks
All channels must be closed before the encompassing environment is closed. Also, all on-going messaging operations on the channel should be allowed to complete before attempting to close the channel.
After close, regardless of its return, the DbChannel may not be accessed again.





