The DbChannel type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | Close | 
            Close the channel.
             | 
|  | Dispose | 
            Release the resources held by this object, and close the channel if
            it's still open.
             | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the type of the current instance.(Inherited from Object.) | 
|  | SendMessage | 
            Send a message on the message channel. The message is sent 
            asynchronously. The method does not wait for a response before
            returning. It usually completes quickly because it only waits for
            local TCP implementation to accept the bytes into its network data 
            buffer. However, this message could block briefly for longer
            messages, and/or if the network data buffer is nearly full. 
            It could even block indefinitely if the remote site is slow
            to read.
             | 
|  | SendRequest | Overloaded. | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | Timeout | 
            Set the default timeout value. It is used by
            SendRequest(array<DatabaseEntry>[]()[], UInt32).
             | 





