MetadataResolver::EndResolve Method (IAsyncResult^)

 

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

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
static ServiceEndpointCollection^ EndResolve(
	IAsyncResult^ result
)

Parameters

result
Type: System::IAsyncResult^

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

Return Value

Type: System.ServiceModel.Description::ServiceEndpointCollection^

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

Ends an asynchronous call to one of the BeginResolve methods.

.NET Framework
Available since 3.0
Return to top
Show: