NetMsmqBindingCollectionElement Class
.NET Framework 3.0
Represents a configuration section that holds a collection of NetMsmqBindingElement instances.
Namespace: System.ServiceModel.Configuration
Assembly: System.ServiceModel (in system.servicemodel.dll)
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration Public Class NetMsmqBindingCollectionElement Inherits StandardBindingCollectionElement(Of NetMsmqBinding, NetMsmqBindingElement) 'Usage Dim instance As NetMsmqBindingCollectionElement
public class NetMsmqBindingCollectionElement extends StandardBindingCollectionElement<NetMsmqBinding,NetMsmqBindingElement>
public class NetMsmqBindingCollectionElement extends StandardBindingCollectionElement<NetMsmqBinding,NetMsmqBindingElement>
Not applicable.
This collection of NetMsmqBindingElement objects contains all of the settings required for the NetMsmqBinding binding to function. The NetMsmqBinding binding provides support for queuing by leveraging Microsoft Message Queuing (MSMQ) as a transport and enables support for loosely coupled applications, failure isolation, load leveling, and disconnected operations.
System.Object
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.BindingCollectionElement
System.ServiceModel.Configuration.StandardBindingCollectionElement
System.ServiceModel.Configuration.NetMsmqBindingCollectionElement
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.BindingCollectionElement
System.ServiceModel.Configuration.StandardBindingCollectionElement
System.ServiceModel.Configuration.NetMsmqBindingCollectionElement
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: