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

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

LogicalMethodInfo Class | LogicalMethodInfo Members | System.Web.Services.Protocols Namespace