MetadataResolver.EndResolve(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
完成异步调用可将元数据解析为终结点的集合。
public:
static System::ServiceModel::Description::ServiceEndpointCollection ^ EndResolve(IAsyncResult ^ result);
public static System.ServiceModel.Description.ServiceEndpointCollection EndResolve (IAsyncResult result);
static member EndResolve : IAsyncResult -> System.ServiceModel.Description.ServiceEndpointCollection
Public Shared Function EndResolve (result As IAsyncResult) As ServiceEndpointCollection
参数
- result
- IAsyncResult
从对 IAsyncResult 方法的调用中接收的 BeginResolve 对象。
返回
元数据中包含的终结点的 ServiceEndpoint 对象的集合。
注解
结束对任一 BeginResolve 方法的异步调用。