public void CommandStop() { Interlocked.Decrement(ref _currentCommands); NpgsqlSqlEventSource.CommandStop(); }
public void CommandStart(string sql) { Interlocked.Increment(ref _totalCommands); Interlocked.Increment(ref _currentCommands); NpgsqlSqlEventSource.CommandStart(sql); }