Asynchronously opens a transaction against the connected SQL server.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- cancelToken
- Type: System.Threading.CancellationToken
Return Value
Type: TaskExceptions
Exception | Condition |
---|---|
SqlException | Multiple Active Result Sets (MARS) is enabled; parallel transactions are not allowed. |
InvalidOperationException | Parallel transactions are not supported. |
See Also