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