RoutingService.ISimplexDatagramRouter.EndProcessMessage(IAsyncResult) Method

Definition

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

Implements

Remarks

For more information on using the ISimplexDatagramRouter contract, see ISimplexDatagramRouter.

Applies to