ValueCollectionParameterReader.Initialize Method (Object)

 

Initializes an instance.

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

override Initialize : 
        o:Object -> unit

Parameters

o
Type: System.Object

A ParameterInfo array, obtained through the InParameters property of the LogicalMethodInfo class.

The Initialize method is invoked at the time a request is processed.

The input parameter, o, is obtained by calling the GetInitializer method on another instance during service initialization.

.NET Framework
Available since 1.1
Return to top
Show: