FramingRecord.Close Method
Closes a framed record.
Namespace: Microsoft.Web.Services3.Messaging.Framing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim framingRecord1 As FramingRecord
framingRecord1.Close()
Syntax
'Declaration
Public Sub Close()
public void Close();
public:
void Close();
public void Close();
public function Close() : Void;
Remarks
If writing a chunked record, then any buffered data will be written out. FramingReader and FramingWriter will automatically close a record when starting to read or write the next one, or if FramingReader.Close or FramingWriter.Close is called.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
FramingRecord Class
FramingRecord Members
Microsoft.Web.Services3.Messaging.Framing Namespace