NetMsmqBindingElement.InitializeFrom(Binding) 方法

定义

使用指定绑定元素的内容初始化此绑定配置节。Initializes this binding configuration section with the content of the specified binding element.

protected public:
 override void InitializeFrom(System::ServiceModel::Channels::Binding ^ binding);
protected internal override void InitializeFrom (System.ServiceModel.Channels.Binding binding);
override this.InitializeFrom : System.ServiceModel.Channels.Binding -> unit
Protected Friend Overrides Sub InitializeFrom (binding As Binding)

参数

binding
Binding

要用于初始化此绑定配置节的绑定元素。The binding element to be used to initialize this binding configuration section.

适用于