←Select platform

SaveMessages Method

Summary

Saves all the messages in the WorkstationMessages class into the provided stream in XML format.

Syntax

C#
VB
C++
public static void SaveMessages( 
   Stream destination 
) 
  
Public Shared Sub SaveMessages( _ 
   ByVal destination As Stream _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly