ClientOperation.SyncMethod 属性

定义

获取或设置与此操作关联的方法。

public:
 property System::Reflection::MethodInfo ^ SyncMethod { System::Reflection::MethodInfo ^ get(); void set(System::Reflection::MethodInfo ^ value); };
public System.Reflection.MethodInfo SyncMethod { get; set; }
member this.SyncMethod : System.Reflection.MethodInfo with get, set
Public Property SyncMethod As MethodInfo

属性值

MethodInfo

表示实现该操作的方法的 MethodInfo。 如果操作是异步的,则此值为 null,并且实现的方法存储在 BeginMethodEndMethod 属性中。

适用于