ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
ApplyResourceConfiguration Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GISDataSourceBase Class : ApplyResourceConfiguration Method




resourceInfo
The resource info (T:ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo) to be modified with the parameters.
configParameters
The configuration parameters to be applied.
Applies resource configuration parameters to the passed-in resource info. Applies only to resource infos that are configurable.

Syntax

Visual Basic (Declaration) 
Public Sub ApplyResourceConfiguration( _
   ByVal resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo, _
   ByVal configParameters As Dictionary(Of String,UIParameter) _
) 
Visual Basic (Usage)Copy Code
Dim instance As GISDataSourceBase
Dim resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo
Dim configParameters As Dictionary(Of String,UIParameter)
 
instance.ApplyResourceConfiguration(resourceInfo, configParameters)
C# 
public void ApplyResourceConfiguration( 
   ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo resourceInfo,
   Dictionary<string,UIParameter> configParameters
)

Parameters

resourceInfo
The resource info (T:ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo) to be modified with the parameters.
configParameters
The configuration parameters to be applied.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.