MySqlTransaction.ReleaseAsync method
Asynchronously removes the named transaction savepoint with the specified savepointName. No commit or rollback occurs.
public override Task ReleaseAsync(string savepointName,
CancellationToken cancellationToken = default)
parameter | description |
---|---|
savepointName | The savepoint name. |
cancellationToken | A token to cancel the asynchronous operation. |
Return Value
A Task representing the asynchronous operation.
Remarks
The proposed ADO.NET API that this is based on is not finalized; this API may change in the future.
See Also
- class MySqlTransaction
- namespace MySqlConnector
- assembly MySqlConnector