ImageGear .NET v24.12 - Updated
Rollback Method (MarkupSqlImageDataConnection)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataConnection Class : Rollback Method
Enlistment object
This is IEnlistmentNotification interface method. Data is Rolled back. Internal API. System.Transactions.IEnlistmentNotification
Syntax
'Declaration
 
Public Sub Rollback( _
   ByVal enlistment As Enlistment _
) 
'Usage
 
Dim instance As MarkupSqlImageDataConnection
Dim enlistment As Enlistment
 
instance.Rollback(enlistment)
public void Rollback( 
   Enlistment enlistment
)
public: void Rollback( 
   Enlistment* enlistment
) 
public:
void Rollback( 
   Enlistment^ enlistment
) 

Parameters

enlistment
Enlistment object
See Also

Reference

MarkupSqlImageDataConnection Class
MarkupSqlImageDataConnection Members