ClientOperation.BeginMethod 属性

定义

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

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

属性值

表示处理异步方法对的开头部分的方法的 MethodInfo 对象;或者,如果操作不是异步方法对的一部分,则为 null

适用于