MetadataResolver.EndResolve(IAsyncResult) 方法

定义

完成异步调用可将元数据解析为终结点的集合。

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 方法的异步调用。

适用于