SessionOpenNotification.UpdateMessageProperties(MessageProperties) Method

Definition

Updates the message properties.

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)

Parameters

inboundMessageProperties
MessageProperties

The message properties to update.

Applies to