←Select platform

Store Method

Summary

A default implementation of Store

Syntax
C#
VB
C++
public Exception Store( 
   string filename, 
   bool overwrite, 
   out string token 
) 
Public Function Store( 
   ByVal filename As String, 
   ByVal overwrite As Boolean, 
   ByVal token As System.String& 
) As System.Exception 
public:  
   System::Exception^ Store( 
      String^ filename, 
      bool overwrite, 
      String&^ token 
   ) 

Parameters

filename

string

overwrite

overwrite

token

string

Return Value

Remarks

For more information, see Store

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.Storage.DataAccessLayer Assembly