ClientOperation.SyncMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與這項作業相關聯的方法。
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,表示負責實作此作業的方法。 如果作業是非同步的,則這個值為 null
,而且實作方法會儲存在 BeginMethod 和 EndMethod 屬性中。