NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConfigManager.Get (String, Selector, Int32)

This overload of the Get method accepts a selector in the form of an object and also accepts a set of flags indicating the desired level of service.

[Visual Basic]
Overloads Public Shared Function Get( _
   ByVal configType As String, _
   ByVal selector As Selector, _
   ByVal los As Integer _
) As IConfigCollection
[C#]
public static IConfigCollection Get(
   string configType,
   Selector selector,
   int los
);
[C++]
public: static IConfigCollection* Get(
   String* configType,
   Selector* selector,
   int los
);
[JScript]
public static function Get(
   configType : String,
   selector : Selector,
   los : int
) : IConfigCollection;

Parameters

configType
A String indicating the type of configuration information to be retrieved.
selector
An object deriving from Selector, that indicates the storage location of the configuration information to be retrieved.
los
An integer indicating one or more LevelOfService flags.

See Also

ConfigManager Class | ConfigManager Members | System.Configuration Namespace | ConfigManager.Get Overload List