MessageProperties.CopyProperties(MessageProperties) 方法

定义

将指定的 MessageProperties 的内容复制到此实例。Copies the content of the specified MessageProperties to this instance.

public:
 void CopyProperties(System::ServiceModel::Channels::MessageProperties ^ properties);
public void CopyProperties (System.ServiceModel.Channels.MessageProperties properties);
member this.CopyProperties : System.ServiceModel.Channels.MessageProperties -> unit
Public Sub CopyProperties (properties As MessageProperties)

参数

properties
MessageProperties

复制而来的 MessageProperties 对象。A MessageProperties object in which to copy from.

适用于