Click or drag to resize
ITransactionService Interface
Interface to generic transaction handling in web services.

Namespace: ArtDatabanken.WebService.Client
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ITransactionService

The ITransactionService type exposes the following members.

Methods
  NameDescription
Public methodCommitTransaction
Commit a transaction.
Public methodGetDataSourceInformation
Get information about data source.
Public methodRollbackTransaction
Rollback a transaction.
Public methodStartTransaction
Start a transaction.
Top
See Also