CancelRequest Method
- Last UpdatedApr 08, 2026
- 1 minute read
Cancels a Business Logic Tier (BLT) OASySDNA.Common.DAL.ClientSDK.DriverRequest. No callback is triggered after a cancel request.
public bool CancelRequest(
OASySDNA.Common.DAL.ClientSDK.DriverRequest bltRequestObj
)
public:
bool CancelRequest(
OASySDNA.Common.DAL.ClientSDK.DriverRequest^ bltRequestObj
)
Parameters
- bltRequestObj
- The request object obtained using asynchronous methods of DALBLTConnection.
Return Value
Returns whether the Business Logic Tier (BLT) was cancelled succesfuly or not.
| Exception | Description |
|---|---|
| System.ObjectDisposedException | Thrown if this DALBLTConnection instance was disposed. |