Asynchronous execution suggestion

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
szinkopa
Posts: 16
Joined: Mon 27 Jun 2005 21:12

Asynchronous execution suggestion

Post by szinkopa » Fri 01 Jul 2005 22:58

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.

Yuri
Posts: 140
Joined: Mon 08 Nov 2004 12:07

Asynchronous execution suggestion

Post by Yuri » Mon 04 Jul 2005 09:05

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.

Post Reply