Delegate PhysicalOpenAsyncCallback
Represents an asynchronous method that allows the application to setup a connection with custom commands.
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public delegate Task PhysicalOpenAsyncCallback(NpgsqlConnector connection);
Parameters
Type | Name | Description |
---|---|---|
NpgsqlConnector | connection | Physical connection to the database |
Returns
Type | Description |
---|---|
Task |