Execute() Method
- Last UpdatedApr 08, 2026
- 1 minute read
Invokes the Business Object component’s Execute method.
| Exception | Description |
|---|---|
| BLTException | The component has not been created yet. |
| System.ServiceModel.EndpointNotFoundException | The appropriate BLTHost is not running. |
| System.TimeoutException | The BLT execution timed out. |
| System.ServiceModel.Security.SecurityNegotiationException | An error occurred while negotiating the security context for a message. |
| System.ServiceModel.CommunicationException | A communication error in either the service or client application. |
| System.Security.Authentication.AuthenticationException | An authentication failed due to an authentication stream. |
The execution of the component times out according to the value set in the ExecuteTimeout property (default is 30 seconds). The Execute method results in a dataset of TabularResults being returned from the Remote Procedure Call (RPC). These results may be retrieved using the GetResults method.