Browse Method
- Last UpdatedApr 08, 2026
- 1 minute read
Browses the Business Logic Tier (BLT) components that are available on the current HostName.
public OASySDNA.Common.DAL.ClientSDK.DriverRequest Browse(
bool browseEnabledComponentsOnly,
DALBLTConnection.DALBLTBrowseDelegate receiveBrowseListCallback,
object clientObject
)
public:
OASySDNA.Common.DAL.ClientSDK.DriverRequest^ Browse(
bool browseEnabledComponentsOnly,
DALBLTConnection.DALBLTBrowseDelegate^ receiveBrowseListCallback,
Object^ clientObject
)
Parameters
- browseEnabledComponentsOnly
- Specifies whether to browse all components or only components that are enabled.
- receiveBrowseListCallback
- The delegate method to retrieve the component list.
- clientObject
- The reference to the client object.
Return Value
The Data Access Layer (DAL) OASySDNA.Common.DAL.ClientSDK.DriverRequest handler. The user can call CancelRequest() to cancel the pending request.
| Exception | Description |
|---|---|
| System.ArgumentNullException | The receiveBrowseListCallback must be non-null. |
| System.ObjectDisposedException | Thrown if this DALBLTConnection instance was disposed. |