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.IsBeginMethod

[To be supplied.]

[Visual Basic]
Public Shared Function IsBeginMethod( _
   ByVal methodInfo As MethodInfo _
) As Boolean
[C#]
public static bool IsBeginMethod(
   MethodInfo methodInfo
);
[C++]
public: static bool IsBeginMethod(
   MethodInfo* methodInfo
);
[JScript]
public static function IsBeginMethod(
   methodInfo : MethodInfo
) : Boolean;

Parameters

methodInfo
[To be supplied.]

See Also

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