NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MimeFormatter.GetInitializer (Type, LogicalMethodInfo)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function GetInitializer( _
   ByVal type As Type, _
   ByVal methodInfo As LogicalMethodInfo _
) As Object
[C#]
public static object GetInitializer(
   Type type,
   LogicalMethodInfo methodInfo
);
[C++]
public: static Object* GetInitializer(
   Type* type,
   LogicalMethodInfo* methodInfo
);
[JScript]
public static function GetInitializer(
   type : Type,
   methodInfo : LogicalMethodInfo
) : Object;

Parameters

type
[To be supplied.]
methodInfo
[To be supplied.]

See Also

MimeFormatter Class | MimeFormatter Members | System.Web.Services.Protocols Namespace | MimeFormatter.GetInitializer Overload List