다음을 통해 공유


DispatcherSynchronizationElement.CopyFrom 메서드

정의

디스패처 동작 확장을 정의하는 하위 요소를 지정된 구성 ServiceModelExtensionElement에서 현재 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 개체입니다.

적용 대상