MsmqIntegrationBindingElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此绑定元素可用于使 Windows Communication Foundation (WCF) 应用程序能够向使用 COM、MSMQ 本机 API 或 System.Messaging 中的现有 MSMQ 应用程序发送消息并从中接收消息。 使用此类从基于 MSMQ 的消息应用程序发送和接收消息。
public ref class MsmqIntegrationBindingElement : System::ServiceModel::Configuration::MsmqBindingElementBase
public class MsmqIntegrationBindingElement : System.ServiceModel.Configuration.MsmqBindingElementBase
type MsmqIntegrationBindingElement = class
inherit MsmqBindingElementBase
Public Class MsmqIntegrationBindingElement
Inherits MsmqBindingElementBase
- 继承
-
MsmqIntegrationBindingElement
- 继承
-
MsmqIntegrationBindingElement
注解
该 MsmqIntegrationBindingElement 类具有用于指定如何处理队列、如何指定传输保证、是否必须持久存储消息以及如何保护和验证消息的属性。
构造函数
| 名称 | 说明 |
|---|---|
| MsmqIntegrationBindingElement() |
初始化 MsmqIntegrationBindingElement 类的新实例。 |
| MsmqIntegrationBindingElement(String) |
使用指定的绑定名称初始化类的新实例 MsmqIntegrationBindingElement 。 |