Click or drag to resize

DatabaseFireAndForget Method

Overload List
  NameDescription
Public methodFireAndForget(String, ExecuteOptions, String)
Execute the specified SQL asynchronously. The SQL execution is spun off to the thread pool to be executed when a thread becomes available, and control is returned to the caller immediately. Note that there is no way to get the result, or success/failure of the execution except to query if from the database.
Public methodFireAndForget(String, ExecuteOptions, String, FireAndForgetOptions)
Execute the specified SQL asynchronously. The SQL execution is spun off to the thread pool to be executed when a thread becomes available, and control is returned to the caller immediately. Note that there is no way to get the result, or success/failure of the execution except to query if from the database.
Top
See Also