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!

ValueCollectionParameterReader.Read

[To be supplied.]

[Visual Basic]
Protected Function Read( _
   ByVal collection As HttpServerValueCollection _
) As Object ()
[C#]
protected object[] Read(
   HttpServerValueCollection collection
);
[C++]
protected: Object* Read(
   HttpServerValueCollection* collection
) [];
[JScript]
protected function Read(
   collection : HttpServerValueCollection
) : Object[];

Parameters

collection
[To be supplied.]

See Also

ValueCollectionParameterReader Class | ValueCollectionParameterReader Members | System.Web.Services.Protocols Namespace