DispatcherSynchronizationElement.CopyFrom(ServiceModelExtensionElement) 方法

定义

将一个定义调度程序行为扩展的子元素从指定的配置 ServiceModelExtensionElement 复制到当前的 DispatcherSynchronizationElement 中。Copies a sub-element that defines dispatcher behavior extensions from the specified configuration ServiceModelExtensionElement into the current DispatcherSynchronizationElement.

public:
 override void CopyFrom(System::ServiceModel::Configuration::ServiceModelExtensionElement ^ from);
public override void CopyFrom (System.ServiceModel.Configuration.ServiceModelExtensionElement from);
override this.CopyFrom : System.ServiceModel.Configuration.ServiceModelExtensionElement -> unit
Public Overrides Sub CopyFrom (from As ServiceModelExtensionElement)

参数

from
ServiceModelExtensionElement

一个 ServiceModelExtensionElement 对象,提供同步子元素。A ServiceModelExtensionElement object that provides synchronization sub-elements.

适用于