Page 1 of 1

Asynchronous execution suggestion

Posted: Fri 01 Jul 2005 22:58
by szinkopa
I have studied all the three possible asynchronous execution modes. Perhaps it would be pleasant if PgSqlCommand and PgSqlConnection had a AsyncOperationFinished (or such) event so one needn't specify the callback manually. But this is really an extra.

Asynchronous execution suggestion

Posted: Mon 04 Jul 2005 09:05
by Yuri
Thank you for the suggestion. We do not plan to add AsyncOperationFinished event to PgSqlCommand and PgSqlConnection classes because you can accomplish the task using callback functions.