Execute(Boolean) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Invokes the Business Object component’s Execute method, optionally
impersonating the current thread identity (if impersonation is
supported).
int Execute(
bool runImpersonated
)
int Execute(
bool runImpersonated
)
Parameters
- runImpersonated
- Whether to execute the BLT while impersonating the current thread's OASySDNA.Common.Security.DNAIdentity, otherwise executes as the current process identity. If impersonation is not supported by the thread identity, the value has no effect on BLT execution.