MsmqIntegrationBindingElement.Clone Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca klon elementu powiązania.
public:
override System::ServiceModel::Channels::BindingElement ^ Clone();
public override System.ServiceModel.Channels.BindingElement Clone ();
override this.Clone : unit -> System.ServiceModel.Channels.BindingElement
Public Overrides Function Clone () As BindingElement
Zwraca
Klon elementu powiązania.
Przykłady
MsmqIntegrationBindingElement msmqBindingElement = new MsmqIntegrationBindingElement();
MsmqIntegrationBindingElement clonedElement = (MsmqIntegrationBindingElement)msmqBindingElement.Clone();