ImageGear .NET v24.12 - Updated
Prepare Method (MarkupFileImageDataConnection)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupFileImageDataConnection Class : Prepare Method
PreparingEnlistment object.
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

Reference

MarkupFileImageDataConnection Class
MarkupFileImageDataConnection Members