ProtocolReflector.ReflectMethod 方法

定义

在派生类中重写时,生成放置在与绑定对应的 ServiceDescription 对象中的方法特定的信息。

protected:
 abstract bool ReflectMethod();
protected abstract bool ReflectMethod ();
abstract member ReflectMethod : unit -> bool
Protected MustOverride Function ReflectMethod () As Boolean

返回

Boolean

放入与绑定对应的 ServiceDescription 对象中的特定于方法的信息。

注解

方法的实现 ReflectMethod 应生成操作绑定、抽象操作和消息等信息。

适用于