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!

LogicalMethodInfo.Create (MethodInfo[], LogicalMethodTypes)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function Create( _
   ByVal methodInfos() As MethodInfo, _
   ByVal types As LogicalMethodTypes _
) As LogicalMethodInfo ()
[C#]
public static LogicalMethodInfo[] Create(
   MethodInfo[] methodInfos,
   LogicalMethodTypes types
);
[C++]
public: static LogicalMethodInfo* Create(
   MethodInfo* methodInfos[],
   LogicalMethodTypes types
) [];
[JScript]
public static function Create(
   methodInfos : MethodInfo[],
   types : LogicalMethodTypes
) : LogicalMethodInfo[];

Parameters

methodInfos
[To be supplied.]
types
[To be supplied.]

See Also

LogicalMethodInfo Class | LogicalMethodInfo Members | System.Web.Services.Protocols Namespace | LogicalMethodInfo.Create Overload List