AnyReturnReader.Initialize(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an instance of the AnyReturnReader class.
public:
override void Initialize(System::Object ^ o);
public override void Initialize (object o);
override this.Initialize : obj -> unit
Public Overrides Sub Initialize (o As Object)
Parameters
- o
- Object
Another instance of the AnyReturnReader class, on which the GetInitializer(LogicalMethodInfo) method was previously called.
Remarks
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.