ChannelBusyException
Overview
The ChannelBusyException occurs when a ClientChannel is unable to perform a dispatch because the channel is busy with another dispatch operation.
Most synchronous channels can only process one request at a time; if you need to make multiple synchronous requests, create multiple instances of the channel class.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Exceptions
- Ancestry: Exception | ChannelBusyException
Instance Methods
constructor
constructor(message: String)
ChannelBusyException(String message)
Sub New(message As String)
Parameters:
- message: