Share via


OperationContractGenerationContext.EndMethod プロパティ

定義

非同期の終了操作宣言を取得します。

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

プロパティ値

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

注釈

EndMethod プロパティを使用して、非同期の操作をモデル化する非同期の終了メソッドを確認または変更します。

適用対象