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

適用対象