ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupSqlArtDataConnection Class / InDoubt Method
Enlistment object




In This Topic
    InDoubt Method (MarkupSqlArtDataConnection)
    In This Topic
    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