10.24.0

ISessionCreateBrowser Method

Creates a new IBrowser instance.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
IBrowser CreateBrowser(
	IEndpoint endpointToBrowse,
	BrowserProperties browserProperties
)

Parameters

endpointToBrowse  IEndpoint
Endpoint to browse
browserProperties  BrowserProperties
BrowserProperties

Return Value

IBrowser
An IBrowser instance.

Exceptions

OperationErrorException Thrown when the operation fails.
ObjectDisposedException Thrown when the session is already disposed (terminal state).
FatalErrorException Thrown when un-recoverable error occurs.
ArgumentNullException Thrown if any of the required parameters is null.
ArgumentException Thrown if arguments fail validation.

See Also