Share via


SessionOpenNotification.UpdateMessageProperties(MessageProperties) 方法

定义

更新消息属性。

public:
 abstract void UpdateMessageProperties(System::ServiceModel::Channels::MessageProperties ^ inboundMessageProperties);
public abstract void UpdateMessageProperties (System.ServiceModel.Channels.MessageProperties inboundMessageProperties);
abstract member UpdateMessageProperties : System.ServiceModel.Channels.MessageProperties -> unit
Public MustOverride Sub UpdateMessageProperties (inboundMessageProperties As MessageProperties)

参数

inboundMessageProperties
MessageProperties

要更新的消息属性。

适用于