Solclient
IBrowserRemove Method (IMessage) |
Remove a message from the appliance queue endpoint that this Browser is bound to, given its IMessage reference.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Parameters
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Thrown when the Browser is already disposed (terminal state). |
FatalErrorException | Thrown when an unrecoverable error occurs. |
OperationErrorException | Thrown when the underlying browser encountered an error. Note: The ErroInfo property in OperationErrorException has a specific SubCode indicating the error case the Browser encountered. |
See Also