10.24.0

IBrowserRemove(IMessage) Method

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

Definition

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

Parameters

msg  IMessage

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 has a specific SubCode indicating the error case the Browser encountered.

See Also