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

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

Input Parameters

  • StoredProcedureName
    • The name of the stored procedure that's result set will be subscribed to.
  • 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.