MetadataResolver.EndResolve(IAsyncResult) Metod

Definition

Slutför ett asynkront anrop för att matcha metadata till en samling slutpunkter.

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

Parametrar

result
IAsyncResult

Objektet IAsyncResult som togs emot från ett anrop till BeginResolve metoden.

Returer

En samling ServiceEndpoint objekt för slutpunkterna i metadata.

Kommentarer

Avslutar ett asynkront anrop till någon av BeginResolve metoderna.

Gäller för