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




In This Topic
    Rollback Method (MarkupFileImageDataConnection)
    In This Topic
    This is a IEnlistmentNotification interface method. Internal API. System.Transactions.IEnlistmentNotification
    Syntax
    'Declaration
     
    Public Sub Rollback( _
       ByVal enlistment As Enlistment _
    ) 
    'Usage
     
    Dim instance As MarkupFileImageDataConnection
    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