ISimplexSessionRouter Interface
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.
Defines the interface required to process messages from simplex session channels.
public interface class ISimplexSessionRouter
[System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)]
public interface ISimplexSessionRouter
[<System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)>]
type ISimplexSessionRouter = interface
Public Interface ISimplexSessionRouter
- Derived
- Attributes
Remarks
This contract has the following settings:
Sessions are 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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.