ISessionCreateBrowser Method
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
IBrowser CreateBrowser(
IEndpoint endpointToBrowse,
BrowserProperties browserProperties
)
- endpointToBrowse IEndpoint
- Endpoint to browse
- browserProperties BrowserProperties
- BrowserProperties
IBrowser
An IBrowser instance.
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.
|