The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MsmqIntegrationBindingElement::Clone Method ()
.NET Framework (current version)
Returns a clone of the binding element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
MsmqIntegrationBindingElement msmqBindingElement = new MsmqIntegrationBindingElement();
MsmqIntegrationBindingElement clonedElement = (MsmqIntegrationBindingElement)msmqBindingElement.Clone();
.NET Framework
Available since 3.0
Available since 3.0
Show: