共用方式為


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 屬性來檢查或修改建立非同步作業模型的非同步結束方法。

適用於