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.GetInitializers (Type, LogicalMethodInfo[])

[To be supplied.]

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

Parameters

type
[To be supplied.]
methodInfos
[To be supplied.]

See Also

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