MetadataResolver.EndResolve(IAsyncResult) Method

Definition

Completes an asynchronous call to resolve metadata into a collection of endpoints.

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

Parameters

result
IAsyncResult

The IAsyncResult object that was received from a call to the BeginResolve method.

Returns

A collection of ServiceEndpoint objects for the endpoints contained in the metadata.

Remarks

Ends an asynchronous call to one of the BeginResolve methods.

Applies to