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

UpdateConfiguration Method (WorkstationDataAccessAgent)

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
public virtual bool UpdateConfiguration( 
   string componentName,
   string data
)
'Declaration
 
Public Overridable Function UpdateConfiguration( _
   ByVal componentName As String, _
   ByVal data As String _
) As Boolean
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim componentName As String
Dim data As String
Dim value As Boolean
 
value = instance.UpdateConfiguration(componentName, data)

            

            
public: virtual bool UpdateConfiguration( 
   string* componentName,
   string* data
) 
public:
virtual 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

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


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