MsmqIntegrationBindingElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個繫結項目可用於讓 Windows Communication Foundation (WCF) 應用程式在現有的 MSMQ 應用程式中傳送和接收訊息,此 MSMQ 應用程式使用 COM、MSMQ 原生 API 或 System.Messaging 中的 API。 您可以使用這個類別來傳送及接收來自 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 類別的新執行個體。 |