MsmqIntegrationBinding.CreateBindingElements Method

Definition

Returns the binding elements in the basic profile stack.

public:
 override System::ServiceModel::Channels::BindingElementCollection ^ CreateBindingElements();
public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements ();
override this.CreateBindingElements : unit -> System.ServiceModel.Channels.BindingElementCollection
Public Overrides Function CreateBindingElements () As BindingElementCollection

Returns

The BindingElementCollection that contains the stack of binding elements in the basic profile stack.

Applies to