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 属性可以检查或修改模拟异步操作的异步结束方法。

适用于