10.24.0

IBrowserRemove(Int64) Method

Remove a message from the appliance queue endpoint that this Browser is bound to, given its ADMessageId.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
void Remove(
	long ADMessageId
)

Parameters

ADMessageId  Int64

Exceptions

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.

See Also