NopReturnReader::Initialize Method (Object^)

 
Use BaseTrue

Initializes an instance.

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

public:
virtual void Initialize(
	Object^ initializer
) override

Parameters

initializer
Type: System::Object^

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

The Initialize method does nothing. It is invoked at the time a response is processed. The input parameter, initializer, is another instance of the class that is obtained during client initialization.

.NET Framework
Available since 1.1
Return to top
Show: