MetadataResolver.EndResolve(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.