MetadataResolver::EndResolve Method (IAsyncResult^)
.NET Framework (current version)
Completes an asynchronous call to resolve metadata into a collection of endpoints.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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
Available since 3.0
Show: