Solclient
IBrowserRemove Method (Int64) |
Remove a message from the appliance queue endpoint that this Browser is bound to, given its ADMessageId.
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( long ADMessageId )
Sub Remove ( ADMessageId As Long )
void Remove( long long ADMessageId )
Parameters
- ADMessageId
- Type: SystemInt64
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 will have a specific SubCode indicating what error case the browser encountered. |
See Also