共用方式為


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 屬性中。

適用於