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!

ServiceDescription.Read (XmlReader)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function Read( _
   ByVal reader As XmlReader _
) As ServiceDescription
[C#]
public static ServiceDescription Read(
   XmlReader reader
);
[C++]
public: static ServiceDescription* Read(
   XmlReader* reader
);
[JScript]
public static function Read(
   reader : XmlReader
) : ServiceDescription;

Parameters

reader
[To be supplied.]

See Also

ServiceDescription Class | ServiceDescription Members | System.Web.Services.Description Namespace | ServiceDescription.Read Overload List