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




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlArtDataConnection 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 MarkupSqlArtDataConnection
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

MarkupSqlArtDataConnection Class
MarkupSqlArtDataConnection Members