ValueCollectionParameterReader.GetInitializer Method (LogicalMethodInfo)
.NET Framework 2.0
Returns an initializer for the specified method.
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
public Object GetInitializer ( LogicalMethodInfo methodInfo )
public override function GetInitializer ( methodInfo : LogicalMethodInfo ) : Object
Not applicable.
Parameters
- methodInfo
A LogicalMethodInfo that specifies the Web method for which the initializer is obtained.
Return Value
A LogicalMethodInfo representing the Web method.The object returned by the GetInitializer method is the InParameters property of the methodinfo parameter. The InParameters property value is an array of type ParameterInfo.
The GetInitializer method is invoked during service initialization. Later, at the time a request is processed, the initializer object is passed to the Initialize method of another ValueCollectionParameterReader instance. The other instance performs the actual reading.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: