ISimplexDatagramRouter Interface

Definition

Defines the interface required for processing messages from simplex datagram.

C#
[System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Allowed)]
public interface ISimplexDatagramRouter
Derived
Attributes

Remarks

This contract has the following settings:

  • Sessions are allowed, but not required.

  • One way messages.

Methods

BeginProcessMessage(Message, AsyncCallback, Object)

Initiates the asynchronous processing of the message.

EndProcessMessage(IAsyncResult)

Finishes asynchronous execution of message processing.

Applies to

Ürün Sürümler
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1