MetadataResolver.EndResolve(IAsyncResult) Yöntem

Tanım

Meta verileri bir uç nokta koleksiyonuna çözümlemek için zaman uyumsuz bir çağrıyı tamamlar.

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

Parametreler

result
IAsyncResult

IAsyncResult yöntemine yapılan bir çağrıdan BeginResolve alınan nesne.

Döndürülenler

Meta verilerde yer alan uç noktalar için bir nesne koleksiyonu ServiceEndpoint .

Açıklamalar

Yöntemlerden birine zaman uyumsuz çağrıyı BeginResolve sonlandırır.

Şunlara uygulanır