IBrowser.Remove Method (IMessage)

Solclient

IBrowserRemove Method (IMessage)
version: 7.2.1.27
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
void Remove(
	IMessage msg
)
Sub Remove ( 
	msg As IMessage
)
void Remove(
	IMessage^ msg
)

Parameters

msg
Type: SolaceSystems.Solclient.MessagingIMessage
Exceptions
ExceptionCondition
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