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!

NativeCatalogInterceptor.WriteCollection

[To be supplied.]

[Visual Basic]
Public Sub WriteCollection( _
   ByVal cc As IConfigCollection, _
   ByVal Flags As Integer _
)
[C#]
public void WriteCollection(
   IConfigCollection cc,
   int Flags
);
[C++]
public: void WriteCollection(
   IConfigCollection* cc,
   int Flags
);
[JScript]
public function WriteCollection(
   cc : IConfigCollection,
   Flags : int
);

Parameters

cc
[To be supplied.]
Flags
[To be supplied.]

See Also

NativeCatalogInterceptor Class | NativeCatalogInterceptor Members | System.Configuration.Interceptors Namespace