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!

IConfigMerger.Merger

[To be supplied.]

[Visual Basic]
Function Merger( _
   ByVal parent As Object, _
   ByVal child As Object, _
   ByVal ConfigType As String, _
   ByVal selector As Selector, _
   ByVal los As Integer _
) As Object
[C#]
object Merger(
   object parent,
   object child,
   string ConfigType,
   Selector selector,
   int los
);
[C++]
Object* Merger(
   Object* parent,
   Object* child,
   String* ConfigType,
   Selector* selector,
   int los
) = 0;
[JScript]
function Merger(
   parent : Object,
   child : Object,
   ConfigType : String,
   selector : Selector,
   los : int
) : Object;

Parameters

parent
Configuration information from any parent files. Typically implements IConfigCollection.
child
[To be supplied.]
ConfigType
[To be supplied.]
selector
[To be supplied.]
los
[To be supplied.]

See Also

IConfigMerger Interface | IConfigMerger Members | System.Configuration.Interceptors Namespace