RoutingService.ISimplexDatagramRouter.EndProcessMessage(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.
Finishes asynchronous execution of message processing.
virtual void System.ServiceModel.Routing.ISimplexDatagramRouter.EndProcessMessage(IAsyncResult ^ result) = System::ServiceModel::Routing::ISimplexDatagramRouter::EndProcessMessage;
void ISimplexDatagramRouter.EndProcessMessage (IAsyncResult result);
abstract member System.ServiceModel.Routing.ISimplexDatagramRouter.EndProcessMessage : IAsyncResult -> unit
override this.System.ServiceModel.Routing.ISimplexDatagramRouter.EndProcessMessage : IAsyncResult -> unit
Sub EndProcessMessage (result As IAsyncResult) Implements ISimplexDatagramRouter.EndProcessMessage
Parameters
- result
- IAsyncResult
The IAsyncResult returned by the call to ISimplexDatagramRouter.BeginProcessMessage(Message, AsyncCallback, Object).
Implements
Remarks
For more information on using the ISimplexDatagramRouter contract, see ISimplexDatagramRouter.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.