ClientOperation.EndMethod 屬性

定義

取得或設定方法,這個方法會實作作業的非同步結束方法。

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

屬性值

MethodInfo,表示作業的結束方法;如果作業不是非同步的,則為 null

適用於