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




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataConnection Class : InDoubt Method
Enlistment object
This is IEnlistmentNotification interface method. For this provider, the data is rolled back. Internal API. System.Transactions.IEnlistmentNotification
Syntax
'Declaration
 
Public Sub InDoubt( _
   ByVal enlistment As Enlistment _
) 
'Usage
 
Dim instance As MarkupSqlImageDataConnection
Dim enlistment As Enlistment
 
instance.InDoubt(enlistment)
public void InDoubt( 
   Enlistment enlistment
)
public: void InDoubt( 
   Enlistment* enlistment
) 
public:
void InDoubt( 
   Enlistment^ enlistment
) 

Parameters

enlistment
Enlistment object
See Also

Reference

MarkupSqlImageDataConnection Class
MarkupSqlImageDataConnection Members