LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

SaveMessages Method







The System.IO.Stream to write the messages to.
Saves all the messages in the WorkstationMessages class into the provided stream in XML format.
Syntax
public static void SaveMessages( 
   Stream destination
)
'Declaration
 
Public Shared Sub SaveMessages( _
   ByVal destination As Stream _
) 
'Usage
 
Dim destination As Stream
 
WorkstationMessages.SaveMessages(destination)
public static void SaveMessages( 
   Stream destination
)
 function Leadtools.Medical.Workstation.WorkstationMessages.SaveMessages( 
   destination 
)
public: static void SaveMessages( 
   Stream* destination
) 
public:
static void SaveMessages( 
   Stream* destination
) 

Parameters

destination
The System.IO.Stream to write the messages to.
Remarks
The destinationSystem.IO.Stream can be saved into a text file and edited then loaded again using the LoadMessages method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationMessages Class
WorkstationMessages Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.