ICustomProvider.BeginTransaction Method ()

 

Begins a transaction to provide isolation from other configuration store access.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

object BeginTransaction()
Object^ BeginTransaction()
abstract BeginTransaction : unit -> Object
Function BeginTransaction As Object

Return Value

Type: System.Object

Returns aObject that represents the transaction context..

Remarks

The returned Object can be passed to the EndTransaction method to either commit or rollback the transaction.

See Also

ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace

Return to top