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




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

    Parameters

    preparingEnlistment
    Enlistment object
    See Also