OperationContractGenerationContext.EndMethod プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非同期の終了操作宣言を取得します。
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 プロパティを使用して、非同期の操作をモデル化する非同期の終了メソッドを確認または変更します。