IDuplexSessionRouter 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 duplex session channels.
public interface class IDuplexSessionRouter
[System.ServiceModel.ServiceContract(CallbackContract=typeof(System.ServiceModel.Routing.IDuplexRouterCallback), Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)]
public interface IDuplexSessionRouter
[<System.ServiceModel.ServiceContract(CallbackContract=typeof(System.ServiceModel.Routing.IDuplexRouterCallback), Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)>]
type IDuplexSessionRouter = interface
Public Interface IDuplexSessionRouter
- Derived
- Attributes
Remarks
This contract has the following settings:
- Sessions are required.
Methods
BeginProcessMessage(Message, AsyncCallback, Object) |
Initiates the asynchronous processing of the message. |
EndProcessMessage(IAsyncResult) |
Finishes asynchronous execution of message processing. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.