IBrowserRemove(Int64) Method
Remove a message from the appliance queue endpoint that this Browser is bound to, given its
ADMessageId.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
void Remove(
long ADMessageId
)
Parameters
- ADMessageId Int64
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 will have a specific SubCode indicating what error case the browser
encountered.
|