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!

ProtocolInfoReflector.ReflectMethod

[To be supplied.]

[Visual Basic]
MustOverride Public Sub ReflectMethod( _
   ByVal method As LogicalMethodInfo _
)
[C#]
public abstract void ReflectMethod(
   LogicalMethodInfo method
);
[C++]
public: virtual void ReflectMethod(
   LogicalMethodInfo* method
) = 0;
[JScript]
public abstract function ReflectMethod(
   method : LogicalMethodInfo
);

Parameters

method
[To be supplied.]

See Also

ProtocolInfoReflector Class | ProtocolInfoReflector Members | System.Web.Services.Description Namespace