FRENDS⁴ Common Components : Frends.Common.DelayProcess.DelayTasks.WaitForSQLQueryChange

This task takes an SQL query as an input and subscribes to changes in it's resultset. This means that the task will wait in executing state until the timeout passes or the resultset of the query changes

Input Parameters

  • SQLQuery
    • The SELECT query that's changes will be monitored.
  • ConnectionString
    • The connection string of the database the query is executed to.
  • TimeoutS
    • The timeout of the stored procedure execution in seconds.

Output Result

  • Boolean
    • True when the resultset changes.