Overload List
| Name | Description | |
|---|---|---|
| SendRequest(array<DatabaseEntry>[]()[], UInt32) | 
            Send a message on the message channel. The message is sent 
            synchronously. The method blocks waiting for a response before
            returning. If a response is not received within the timeout value
            configured for this request, this method returns with an error
            condition.
              | |
| SendRequest(array<DatabaseEntry>[]()[], Int32, UInt32) | 
            Send a message on the message channel. The message is sent 
            synchronously. The method blocks waiting for a response before
            returning. If a response is not received within the timeout value
            configured for this request, this method returns with an error
            condition.
              |