Close the channel.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.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.





