AnyReturnReader.Initialize(Object) Method

Definition

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.

Applies to