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.Read

[To be supplied.]

[Visual Basic]
Overridable Public Function Read( _
   ByVal ConfigType As String, _
   ByVal selector As Selector, _
   ByVal los As Integer, _
   ByVal currentObject As Object _
) As Object
[C#]
public virtual object Read(
   string ConfigType,
   Selector selector,
   int los,
   object currentObject
);
[C++]
public: virtual Object* Read(
   String* ConfigType,
   Selector* selector,
   int los,
   Object* currentObject
);
[JScript]
public function Read(
   ConfigType : String,
   selector : Selector,
   los : int,
   currentObject : Object
) : Object;

Parameters

ConfigType
[To be supplied.]
selector
[To be supplied.]
los
[To be supplied.]
currentObject
[To be supplied.]

See Also

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