Share via


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

適用於