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




In This Topic
    Prepare Method (MarkupFileImageDataConnection)
    In This Topic
    This is a IEnlistmentNotification interface method. Internal API. System.Transactions.IEnlistmentNotification
    Syntax
    'Declaration
     
    Public Sub Prepare( _
       ByVal preparingEnlistment As PreparingEnlistment _
    ) 
    'Usage
     
    Dim instance As MarkupFileImageDataConnection
    Dim preparingEnlistment As PreparingEnlistment
     
    instance.Prepare(preparingEnlistment)
    public void Prepare( 
       PreparingEnlistment preparingEnlistment
    )
    public: void Prepare( 
       PreparingEnlistment* preparingEnlistment
    ) 
    public:
    void Prepare( 
       PreparingEnlistment^ preparingEnlistment
    ) 

    Parameters

    preparingEnlistment
    PreparingEnlistment object.
    See Also