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

適用対象