Save Method

Summary

Saves the contents of a LoaderStatusMessage to a stream.

Syntax
C#
VB
C++
public static void Save( 
   Stream destination 
) 
  
Public Shared Sub Save( _ 
   ByVal destination As Stream _ 
)  
public: 
static void Save(  
   Stream^ destination 
)  

Parameters

destination
The System.IO.Stream where the LoaderStatusMessage is saved.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly