LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SaveMessages Method

Show in webframe






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
) 
public:
static void SaveMessages( 
   Stream* destination
) 

Parameters

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

Target Platforms

See Also

Reference

WorkstationMessages Class
WorkstationMessages Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.