DataDirect XML Converters 5.0 Send comments on this topic.
cleanup Method
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > IATASegment Class : cleanup Method




xw

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub cleanup( _
   ByVal xw As XWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As IATASegment
Dim xw As XWriter
 
instance.cleanup(xw)
C# 
protected virtual void cleanup( 
   XWriter xw
)
Managed Extensions for C++ 
protected: virtual void cleanup( 
   XWriter* xw
) 
C++/CLI 
protected:
virtual void cleanup( 
   XWriter^ xw
) 

Parameters

xw

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.