BLTProcessor Class Members
- Last UpdatedApr 08, 2026
- 3 minute read
The following tables list the members exposed by BLTProcessor.
| Name | Description | |
|---|---|---|
![]() | Cancelled | Gets whether the client has canceled the processor request or not. |
![]() | Locale | Gets or sets the locale of the client. |
![]() | MaxRowsToReturn | Gets or sets the maximum number of rows to return. |
![]() | OriginalClientDomainName | Gets the domain name of the client that initiated the Business Logic Tier (BLT) call. |
![]() | OriginalClientUserName | Gets the user name of the client that initiated the Business Logic Tier (BLT) call. |
![]() | Parameters | Gets or sets the parameters supplied by the Business Logic Tier (BLT) client. |
![]() | RowsAffected | Gets or sets the number of rows affected. |
![]() | TabularResults | Gets the System.Data.DataSet to be returned to the client. |
![]() | XOSDisplayName | Gets or sets the Enterprise SCADA HMI display name that called the BLTComponent. |
| Name | Description | |
|---|---|---|
![]() | IsDisposed | Gets whether the instance is disposed or not. |
| Name | Description | |
|---|---|---|
![]() | Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Process | Performs the business logic of the BLTComponent. It must be implemented by the Developer. |
| Name | Description | |
|---|---|---|
![]() | AddResultSet | Adds a new tabularResult to the System.Data.DataSet. |
![]() | CheckDisposed | Checks whether this instance is disposed or not. |



