LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

UpdateConfiguration Method (IWorkstationDataAccessAgent)

Show in webframe






The name of the component which configuration will be updated.
The new configuration data to update.
Updates the configuration data for the specified component.
Syntax
bool UpdateConfiguration( 
   string componentName,
   string data
)
'Declaration
 
Function UpdateConfiguration( _
   ByVal componentName As String, _
   ByVal data As String _
) As Boolean
'Usage
 
Dim instance As IWorkstationDataAccessAgent
Dim componentName As String
Dim data As String
Dim value As Boolean
 
value = instance.UpdateConfiguration(componentName, data)

            

            
bool UpdateConfiguration( 
   string* componentName,
   string* data
) 
bool UpdateConfiguration( 
   string* componentName,
   string* data
) 

Parameters

componentName
The name of the component which configuration will be updated.
data
The new configuration data to update.
Requirements

Target Platforms

See Also

Reference

IWorkstationDataAccessAgent Interface
IWorkstationDataAccessAgent Members

 

 


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