次の方法で共有


OperationContractGenerationContext.BeginMethod プロパティ

定義

非同期の開始操作の CodeMemberMethod を取得します。

public:
 property System::CodeDom::CodeMemberMethod ^ BeginMethod { System::CodeDom::CodeMemberMethod ^ get(); };
public System.CodeDom.CodeMemberMethod BeginMethod { get; }
member this.BeginMethod : System.CodeDom.CodeMemberMethod
Public ReadOnly Property BeginMethod As CodeMemberMethod

プロパティ値

非同期の開始操作の CodeMemberMethod。 操作が同期操作である場合、null を返します。

注釈

BeginMethod を使用して、生成する操作を表す非同期の開始メソッドを確認または変更します。

適用対象