Solclient
ISessionCreateBrowser Method |
Creates a new IBrowser instance.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
IBrowser CreateBrowser( IEndpoint endpointToBrowse, BrowserProperties browserProperties )
Function CreateBrowser ( endpointToBrowse As IEndpoint, browserProperties As BrowserProperties ) As IBrowser
IBrowser^ CreateBrowser( IEndpoint^ endpointToBrowse, BrowserProperties^ browserProperties )
Parameters
- endpointToBrowse
- Type: SolaceSystems.Solclient.MessagingIEndpoint
Endpoint to browse - browserProperties
- Type: SolaceSystems.Solclient.MessagingBrowserProperties
BrowserProperties
Return Value
Type: IBrowserAn IBrowser instance.
Exceptions
Exception | Condition |
---|---|
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