AnyReturnReader::Initialize Method (Object^)

 
Use BaseTrue

Initializes an instance of the AnyReturnReader class.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
virtual void Initialize(
	Object^ o
) override

Parameters

o
Type: System::Object^

Another instance of the AnyReturnReader class, on which the GetInitializer method was previously called.

The Initialize method does nothing.

This method is invoked at the time a response is processed. The input parameter, initializer, is another instance of AnyReturnReader, obtained during client initialization.

.NET Framework
Available since 1.1
Return to top
Show: