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